Improve listing of archived projects
- hide archived projects for regular user
- add filter in dropdown that allow showing of archived projects
- add sort dropdown to group page
Merge request reports
Activity
mentioned in issue #5875 (closed)
- Edited by username-removed-444
Added 13 commits:
- a8ef10b0...cb73470b - 7 commits from branch
master
- acb21121 - Add option to show archived projects on dahsboard
- bebf34aa - Make projects sort dropdown shared so it can be reused for other pages
- 2c431f89 - Add projects list sort dropdown to group page
- ee0f5bb5 - Add test for archive toggle feature
- 38984a59 - Show active sorting method for projects list
- 619321dc - Fix test
Toggle commit list- a8ef10b0...cb73470b - 7 commits from branch
I'm in the process of doing the process css for the new dropdowns so I've updated it to include the tick mark. Might be easier to use that?
Edited by Phil HughesAdded 1 commit:
- 62067c5b - Align projects sort checkbox
@iamphill I did not know that. Where is it used? Does it similar to what last screenshot has?
@dzaporozhets at the moment - I've not implemented it fully anywhere yet. But the styles are there.
Looks pretty much identical
Taken out bootstraps drop down CSS as it wasn't going to work with what we want. But it still uses all the bootstrap classes.
@iamphill cool. ok let's do next. When you finish new dropdown - just rewrite current one to use new one. Redesign of the component should not block existing merge requests
Taken out bootstraps drop down CSS as it wasn't going to work with what we want. But it still uses all the bootstrap classes.
@DouweM this MR gives more sense to "Archive project" feature since now you:
- archived projects does not flood UI
- you can still easily get them listed
@iamphill yes I leave this MR up to you then
Reassigned to @iamphill
@iamphill also please assign this MR back to me when you are done with dropdown update
Added 1 commit:
- 7a311c23 - Updated project list dropdown to use dropdown classes
@dzaporozhets updated