Skip to content

Fix styled messages link colors

Matti Viljanen requested to merge fix-styled-messages-link-colors into main

Fix link colors (StyledText vs. RichText) by using stupidly clever CSS "injection".

Since RichText labels don't support maximum number of rows, clip the element and add a fade-out effect instead for both cases. At least it's consistent this way.

Also silence (and // XXX) some QML warning noise.

TODO:

  • LinkedEmojiLabel in QuotedMessagePreview
  • Figure out the weirdness in the new wired properties (it was a typo...)
Edited by Matti Viljanen

Merge request reports