Skip to content

Add support for showing a popover for milestones in GFM

Kushal Pandya requested to merge kp-add-milestone-popover-support-in-gfm into master

What does this MR do and why?

This MR adds support for rendering popover to provide more details of milestone on hover within rendered markdown. Good thing is that this doesn't require cache invalidation for rendered blobs as we're not making any change to Banzai filter for milestones, data was already present, we just added a popover using the available data!

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.

Closed Expired Active Upcoming With Issues Long Title Past Start Date Future Start Date
image image image image image image image image

How to set up and validate locally

  1. Go to any Issue, MR, Epic, or Work Item
  2. Mention a milestone in the comment or description (i.e. within GFM field)
  3. Hover over rendered markdown of milestone and it should open a popover showing information as present in screenshots above.
Edited by Kushal Pandya

Merge request reports