Skip to content

Replace avatar with icon in admin area

Austin Regnery requested to merge aregnery/use-icon-for-admin-area into master

What does this MR do and why?

When the Admin Area was converted to the new navigation structure, the icon for the admin area was not included.

Screenshots or screen recordings

Before After
Screenshot_2023-05-01_at_11-39-05_Dashboard___Admin_Area___GitLab Screenshot_2023-05-01_at_11-00-35_Dashboard___Admin_Area___GitLab

How to set up and validate locally

  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

  1. Navigate to the Admin Area to see the icon

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related #391523 (closed)

Edited by Austin Regnery

Merge request reports