cinnyapp/cinny

Removal of ellipses from UI

Opened this issue · 0 comments

Describe the bug

There are a lot of UI elements that trim text with an ellipsis ('...' at the end) and without an option to display full text (in a tooltip for example)

Offending UI elements:

  • Space title. Fix: a hover tooltip with full title
    image
  • Space description. Fix: remove trimming and use a collapsible element if it's too long (takes more than half a page)
    image
  • Room description modal window. Fix: a hover tooltip with full title
    image

Reproduction

There is no option to fully display trimmed text in the UI

Expected behavior

Trimmed text should have an option to be displayed fully

Platform and versions

1. OS Windows 10
2. Browser Chrome 127.0.6533.119
3. Cinny v4.1.0
4. Matrix homeserver isekai.su

Additional context

No response