Skip to content

Render icons beside suggestions in Rich Text editor

Jack Chapman requested to merge jc/suggestion-icons-rich-text-editor into master

What does this MR do and why?

Adds icons beside issue/work item suggestions in Rich text editor. This follows the work done in !155244 (merged) to add the same feature in the plain text editor.

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.

Before After
Screenshot_2024-06-11_at_10.21.00 Screenshot_2024-06-11_at_10.20.32

How to set up and validate locally

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

  1. Visit any issue and start writing a comment using the rich text editor.
  2. Type # and check the suggestions include an icon relating to the type of item being suggested.

Related to #463156 (closed)

Merge request reports