Skip to content

Move user profile actions into overflow menu

What does this MR do and why?

Related to #414773 (closed)

We moved some profile buttons into an overflow menu and it was behind the user_profile_overflow_menu_vue feature flag. This feature flag has now been enabled on production without issue for a few weeks so it is time to remove the feature flag and related code.

Screenshots or screen recordings

Your profile

Before After
Screenshot_2023-10-17_at_1.44.59_PM Screenshot_2023-10-17_at_12.21.23_PM

Another user's profile

Before After
Screenshot_2023-10-17_at_1.44.42_PM Screenshot_2023-10-17_at_12.21.49_PM

How to set up and validate locally

  1. Check out this branch
  2. Navigate to your profile
  3. Navigate to another user's profile

MR acceptance checklist

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

Edited by Peter Hegman

Merge request reports