Show user popover for assignees/reviewers in MR sidebar
What does this MR do and why?
Note: This MR is a part of a series of MRs where we're making popover behaviour consistent across GitLab.
Shows user popover when hovered over assignees and reviewers in MR sidebar instead of plain tooltip. This also integrates the information on whether user can merge the MR or not.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After | |
---|---|---|
User without merge rights | ||
User with busy status | ||
User with merge rights |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Go to any Merge Request.
- Assign a user as assignee/reviewer to the MR who doesn't have merge rights.
- Hover over username/avatar in the sidebar to show popover.
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.
Related to #416992 (closed), #416174 (closed)