Skip to content

Make todos where you are mentioned two lined

Marcel van Remmerden requested to merge make-mention-todos-special into master

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
image image

How to set up and validate locally

  1. 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.

Edited by Marcel van Remmerden

Merge request reports