Make todos where you are mentioned two lined
What does this MR do and why?
Makes To-Dos where you are mentioned take over a two-line design. Feedback has shown that the use of italics
together with the repeated mentioned you:
leads to an unnecessarily complex UI, so we will try to replicate pieces from the UI users are used to in comments for easier recognizability and scanability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable the feature flag
bin/rails c Feature.enable(:two_line_mention_enabled)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Marcel van Remmerden