Comment popovers from markdown
What does this MR do and why?
MVC for Add comment summary to the link's tooltip when ... (#29663 - closed)
If you link to a comment, the popover now shows the comment text instead of the issue title.
Makes it easier to quickly reference which comment someone is referring to, useful for long discussions.
Behind comment_tooltips
feature flag.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
Feature.enable(:comment_tooltips)
- Visit an issue, work item, or epic page, add a comment with a link to another comment
- Hover over the link
Edited by Simon Knox