Styling the top-level menus
What does this MR do?
Introduces the refactored styles for the top-level menus in the left-side panel. It is the first MR with real changes in a series of MRs towards Create:Editor -- 13.11 - 14.0 -- Update Left Sidebar effort.
Feature flag
This change is under the feature flag sidebar_refactor
.
To enable:
rails c
Feature.enable(:sidebar_refactor)
Screenshots (strongly suggested)
Project
master | This MR without the flag | This MR with the flag |
---|---|---|
Group
The navigation for the groups have been refactored in the course of the whole effort hence the highlighted item differs from that in master
(and this MR with the flag OFF)
master | This MR without the flag | This MR with the flag |
---|---|---|
Admin Area
Admin Area panel has not been refactored in the backend yet so it doesn't have the required CSS class to avoid highlighting of the top-level menu item.
master | This MR without the flag | This MR with the flag |
---|---|---|
User Preferences
master | This MR without the flag | This MR with the flag |
---|---|---|
Does this MR meet the acceptance criteria?
Conformity
-
I have included a changelog entry, or it's not needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) -
I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?) -
I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?) -
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides.
Availability and Testing
-
I have added/updated tests following the Testing Guide, or it's not needed. (Consider all test levels. See the Test Planning Process.) -
I have tested this MR in all supported browsers, or it's not needed. -
I have informed the Infrastructure department of a default or new setting change per definition of done, or it's not needed.
Related to #322680 (closed)