Skip to content

Add note about supported themes for new navigation in preferences editor

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

Screenshot_from_2023-03-05_18-47-27

How to set up and validate locally

  1. Open rails console and enable super_sidebar_nav feature flag using the following commands:
   Feature.enable(:super_sidebar_nav)
  1. In the dropdown menu inside the user's avatar, toggle New Navigation.
  2. Navigate to the preference page: /-/profile/preferences.
  3. 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.

Implements #392756 (closed)

Edited by Shane Maglangit (Personal)

Merge request reports

Loading