Skip to content

View full room topic via Room Info modal (#922)#962

Merged
mremond merged 7 commits into
mainfrom
mr/github-issue-922-fc5ffa
Jul 10, 2026
Merged

View full room topic via Room Info modal (#922)#962
mremond merged 7 commits into
mainfrom
mr/github-issue-922-fc5ffa

Conversation

@mremond

@mremond mremond commented Jul 10, 2026

Copy link
Copy Markdown
Member

Adds a way to read a room's full topic/description, which was previously only shown as a single-line truncated line in the room header (#922).

Changes

  • New RoomInfoModal (built on ModalShell): room avatar, JID, and the full topic with whitespace-pre-wrap break-words so it wraps and links stay clickable. Long topics collapse to 6 lines behind a Show more/less toggle. The modal body scrolls within max-h-[80vh] so even very long expanded topics stay reachable.
  • RoomHeader: the room name+subject block is now a keyboard-accessible button that opens the modal, wrapped in a tooltip that peeks the full subject.

No SDK changes and no new i18n keys (modal title is the room name; reuses rooms.topic, chat.showMore, chat.showLess).

Closes #922

@mremond mremond added this to the 0.17.1 milestone Jul 10, 2026
@mremond mremond merged commit 1627e6d into main Jul 10, 2026
5 of 6 checks passed
@mremond mremond deleted the mr/github-issue-922-fc5ffa branch July 10, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No way to view a room's full description when it is too long

1 participant