summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* 25617 Fix placeholder color of todo filters25617-todos-filter-placeholdertauriedavis2016-12-141-3/+3
|
* Remove white space between nav itemsfix-navigation-white-spaceAlfredo Sumaran2016-12-142-4/+4
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-25/+1
|
* conditionally display assoc project info in snippets indexMike Greiling2016-12-101-1/+1
|
* move new snippet button to main snippet navigation blockMike Greiling2016-12-102-40/+42
|
* remove plus icon in "new snippet" buttonMike Greiling2016-12-101-2/+0
|
* Merge branch '25002-sentence-case-dashboard-tabs' into 'master' Annabel Dunstone Gray2016-11-301-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Changes project dashboard tabs to sentence casing Changes the nav tab titles on the project dashboard page (```https://gitlab.com/dashboard/projects```) from title casing to sentence casing. Before: ![Screen_Shot_2016-11-26_at_11.17.23_PM](/uploads/a31c951cf83f7670acee778db9337be5/Screen_Shot_2016-11-26_at_11.17.23_PM.png) After: ![Screen_Shot_2016-11-26_at_11.17.39_PM](/uploads/a0cb5f6b6771e6f5149750ea1e7beb02/Screen_Shot_2016-11-26_at_11.17.39_PM.png) Closes #25002 See merge request !7774
| * Changes project dashboard tabs to sentence casingRyan Harris2016-11-261-3/+3
| |
* | Merge branch ↵24834-timeago-not-working-properly-on-dynamically-loading-diff-discussionsAlfredo Sumaran2016-11-291-11/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '24135-new-project-should-be-below-new-group-on-the-welcome-screen' into 'master' New project should be below new group on the welcome screen ## What does this MR do? Places the group `.blank-slate` above the project's. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ![Screen_Shot_2016-11-26_at_13.52.33](/uploads/a6e28dc54ebfc42f0cff5b46558f4ff0/Screen_Shot_2016-11-26_at_13.52.33.png) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24135 See merge request !7770
| * | Moved groups above projects24135-new-project-should-be-below-new-group-on-the-welcome-screenLuke "Jared" Bennett2016-11-291-11/+12
| |/
* | Update some more sort/filter dropdownsDavid Wagner2016-11-281-2/+2
|/ | | | | | | Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
* Review comments Nov 11thJosep Llaneras2016-11-111-1/+1
|
* Remove authorJosep Llaneras2016-11-111-2/+2
|
* Issue #13823: random message when all Todos are DoneJosep Llaneras2016-11-111-1/+1
|
* Changed helper method to check for none on paramsPhil Hughes2016-11-081-5/+5
| | | | Moved if statements around in view
* Fixed todos empty state when filteringtodos-filter-empty-statePhil Hughes2016-11-071-8/+12
| | | | Closes #24127
* Fix: Todos Filter Shows All Users22588-todos-filter-shows-all-usersValery Sizov2016-11-041-1/+1
|
* Issues atom feed url reflect filters on dashboard22947-fix_issues_atom_feed_urlLucas Deschamps2016-11-032-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Changed where merge request link isPhil Hughes2016-11-011-1/+2
|
* New todos blank statePhil Hughes2016-11-011-61/+85
| | | | Closes #20833
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
|
* Merge branch 'todo-issue-due-date' into 'master' Robert Speicher2016-10-041-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Todo issue due date ## What does this MR do? Adds the text 'Due today' or 'Due [DATE]' next to issues in todos. This does not add anyway to filter by due date - little steps. ## What are the relevant issue numbers? #18218 See merge request !6351
| * Moved middot into helper methodPhil Hughes2016-10-031-1/+1
| |
| * Moved todo due date to helper methodPhil Hughes2016-10-031-7/+1
| |
| * Moved todo due date text into helper methodPhil Hughes2016-10-031-5/+1
| |
| * Uses variablePhil Hughes2016-10-031-2/+4
| | | | | | | | Added red text if overdue
| * Added issue due date to todos rowPhil Hughes2016-10-031-0/+9
| | | | | | | | Part of #18218
* | Better empty state for Groups view.Fatih Acet2016-10-032-5/+15
|/
* Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-181-4/+8
| | | | | | | | Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
* Review changes, simplified dropdown initLuke Bennett2016-09-011-3/+3
|
* Removed inline JS and improved dropdown labelsLuke Bennett2016-09-011-49/+4
|
* Added type and action dropdowns, need to finalize by removing all inline and ↵Luke Bennett2016-09-011-8/+32
| | | | polishing off the selected dropdown states
* Completed project filter dropdown, still need to move it from inline to ↵Luke Bennett2016-09-011-1/+7
| | | | ProjectSelect.js (or different)
* Swapped out author dropdown and started on swapping out project dropdownLuke Bennett2016-09-011-11/+22
|
* Fix bug where pagination is still displayed despite all todos marked as doneClement Ho2016-08-311-1/+1
|
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todos sorting dropdown Implements #18135 ![todos_sorting](/uploads/bff76827c421628134dfb8b864e47c74/todos_sorting.png) - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5691
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+19
| |
* | Add hover state to todos (!5361)winniehell2016-08-161-7/+8
|/
* navbar_icon was renamed to custom_icon in:fix-navbar-iconLin Jen-Shin2016-07-151-2/+2
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/commit/c57471ddb456c9640f6d77128e1fc56c7a5b35b2 navbar_icon was used in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4909
* Merge branch 'projects-blank-state' into 'master' Jacob Schatz2016-07-152-48/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects blank state ## What does this MR do? Adds a designed blank state to dashboard/projects ## What are the relevant issue numbers? Part of #18519 ## Screenshots (if relevant) ![Screen_Shot_2016-06-24_at_17.14.46](/uploads/593ea1c5efa2310a0f94b2d56d94cf3c/Screen_Shot_2016-06-24_at_17.14.46.png) See merge request !4909
| * Dashboard projects blank stateprojects-blank-statePhil Hughes2016-07-082-48/+42
| |
* | Use number_with_delimiter for Todos pending/done tab countsRobert Speicher2016-07-121-2/+2
|/
* using request dot path insteadbarthc2016-06-171-1/+1
|
* Merge branch 'master' into fix-double-query-string-urlbarthc2016-06-173-4/+2
|\
| * Don't try to count a relation with aliases18446-when-this-merge-request-is-accepted-this-issue-will-be-closed-automatically-rendered-twiceSean McGivern2016-06-101-2/+2
| | | | | | | | | | 98f147e84d2bd8f2278452ac0852118452c76d4a fixed this for issues in HTML, but not MRs or Atom feeds.
| * Remove unnecessary icons from buttonsdz-improve-ui-consistencyDmitriy Zaporozhets2016-06-082-2/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | fix double query string in urlBartholomew2016-06-061-1/+1
|/
* Merge branch 'rs-remove-issue_to_atom' into 'master' Douwe Maan2016-05-251-4/+1
|\ | | | | | | | | | | | | Remove `issue_to_atom` helper See merge request !4265
| * Remove `issue_to_atom` helperrs-remove-issue_to_atomRobert Speicher2016-05-231-4/+1
| |
* | Merge branch 'rs-event-atom-partial' into 'master' Douwe Maan2016-05-251-3/+1
|\ \ | | | | | | | | | | | | | | | | | | Remove `event_to_atom` helper See merge request !4234