Show assignee and label shortcuts in tooltip
What does this MR do and why?
Show assignee a
and label l
shortcuts in tooltip for the “Edit” buttons in the epic, issue, and MR sidebars.
Follow the same approach as !141119 (merged), using aria-keyshortcuts
(unsupported in Firefox), and combining aria-label
and aria-hidden
to ensure proper label announcement.
Changelog: changed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Location | Before | After |
---|---|---|
Issue | No tooltips | |
MR | No tooltips | |
Epic | No tooltip |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Visit an epic and hover/focus the “Edit” button for labels
- Visit an issue and hover/focus the “Edit” button for assignee and labels
- Visit a merge request and hover/focus the “Edit” button for assignee and labels
Edited by Pedro Moreira da Silva