Move follower counts on profile page
What does this MR do and why?
Related to Profile page: move follower/following count to ... (#377396 - closed)
Screenshots or screen recordings
Before
After (HAML)
After (Vue)
How to set up and validate locally
- Visit http://gdk.test:3000/admin/users and find a user or two to follow (browse to their profile and click follow)
- Impersonate a user or two and browse to http://gdk.test:3000/root and click follow
- Witness the beautiful new badges in the tab and less clutter in the profile header
🎉
Enabled the profile_tabs_vue
feature flag from the rails console:
echo "Feature.enable(:profile_tabs_vue)" | rails c
- Witness the beautiful new badges in the tab and less clutter in the profile header
🎉
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.