Skip to content

Adds a separator above the settings menu

Olena Horal-Koretska requested to merge 410527-add-separator-above-settings into master

What does this MR do and why?

This adds the separator above the Settings menu (for the new sidebar) under the Project, Group and Admin scopes

How to check and validate locally

Make sure to enable the new sidebar if it is no enabled for you:

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown:

Screenshot_2022-12-13_at_1.32.43_PM

After

  1. Go to the project page, check that the Settings menu has a separator above it
  2. Go to the group page, check that the Settings menu has a separator above it
  3. Go to the admin page, check that the Settings menu has a separator above it

Screenshots or screen recordings

Admin Project Group
admin project group

How to set up and validate locally

Related to #410527 (closed)

Edited by Olena Horal-Koretska

Merge request reports