Remove seldom-used project and group submenu options
What does this MR do and why?
Removes a handful of submenu options from the Projects and Groups primary nav menu in an effort to simplify things.
This change is behind the remove_extra_primary_submenu_options
feature flag.
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
-
In rails console (
rails c
) enable the following feature flagFeature.enable(:remove_extra_primary_submenu_options)
-
Visit any page in which the main navbar menu is visible
-
Open it and observe that the group headers are visible
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Part of #366082 (closed)
Edited by Mike Greiling