Feat/introduce ff for profile overflow menu
What does this MR do and why?
Introduce a feature flag for the issue #377397 (closed) for moving functionalities into a overflow menu in the user profile page.
This is the part 1 MR for the feature:
- Introduce feature flag.
- Add a Vue app for the overflow menu dropdown.
- Specs changes for the dropdown and the template.
/cc @prajnamas @qk44077907 @orozot @fenyuluoshang
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Type | Before | After |
---|---|---|
Others | ||
Self | ||
After copy the ID | - |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- In rails console enable the experiment fully
Feature.enable(:user_profile_overflow_menu_vue)
- Visit any group or project member pages such as
http://127.0.0.1:3000/[username]
- See observe on the top right side.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Vitali Tatarintev