Skip to content

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 image image
User with busy status image image
User with merge rights image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Go to any Merge Request.
  2. Assign a user as assignee/reviewer to the MR who doesn't have merge rights.
  3. 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.

Related to #416992 (closed), #416174 (closed)

Merge request reports