Skip to content

Add icons for profile menu items in super sidebar

Scott de Jonge requested to merge super-sidebar-profile-icons into master

What does this MR do and why?

Add icons to profile super sidebar nav items

Page Icon
Overview overview
Activity history
Groups group
Contributed projects project
Personal projects project
Starred projects star-o
Snippets snippet
Followers users
Following users

Screenshots or screen recordings

Before After
127.0.0.1_3000_root__1_ 127.0.0.1_3000_root

How to set up and validate locally

  1. Enable super sidebar (if not currently on)
    1. In rails c enable feature flag Feature.enable(:super_sidebar_nav)
    2. Toggle on "new navigation" in user menu
  2. View user profile e.g. http://127.0.0.1:3000/root
  3. Review icons for each nav item

MR acceptance checklist

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

Merge request reports