Add note about supported themes for new navigation in preferences editor
requested to merge gitlab-community/gitlab:392756-handling-of-theme-options-for-the-navigation-redesign-beta into master
What does this MR do and why?
Adds a note to the preferences editor to inform users that the new navigation only supports the Light Gray and Dark Mode themes.
Screenshots or screen recordings
How to set up and validate locally
- Open rails console and enable
super_sidebar_nav
feature flag using the following commands:
Feature.enable(:super_sidebar_nav)
- In the dropdown menu inside the user's avatar, toggle
New Navigation
. - Navigate to the preference page:
/-/profile/preferences
. - The note should appear under the Color Theme section.
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.
Implements #392756 (closed)
Edited by Shane Maglangit (Personal)