summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_groups_head.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add .nav.nav-tabs to nav-linksClement Ho2018-04-191-1/+1
|
* Improve top area navigationGeorge Tsiolis2018-02-021-1/+1
| | | | | | - Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-3/+3
|
* Moves the action buttons out of the breadcrumbsPhil Hughes2017-09-061-6/+2
| | | | Closes #36459
* Clean up new navigation templatesPhil Hughes2017-09-061-3/+3
|
* moved more action buttonsPhil Hughes2017-07-031-3/+6
|
* Better Explore Groups viewLuke "Jared" Bennett2017-05-021-3/+3
|
* Dashboard section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-2/+1
| | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update JS to use new standardsFilipa Lacerda2017-03-021-1/+1
|
* Add filter and sorting to dashboard groups pageDmitriy Zaporozhets2017-03-011-2/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary icons from buttonsdz-improve-ui-consistencyDmitriy Zaporozhets2016-06-081-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor nav controls section (search and new project/group btn)Dmitriy Zaporozhets2016-02-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add number_with_delimiter and remove unnecessary dara placement for groups pageDmitriy Zaporozhets2016-02-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve UI consistency between projects and groups listsDmitriy Zaporozhets2016-02-031-7/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-2/+2
| | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* Set page title based on content in dashboard areaDmitriy Zaporozhets2015-09-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-201-0/+7
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>