Files
amethyst/amethyst
Claude 61bed279fc fix: lift NestLobby header out of the chat LazyColumn
The room metadata (RoomHeader) and live listener count were items
inside the reverse-layout LazyColumn, so they scrolled with the chat
and forced the chat to share its viewport. Move them to a regular
Column above the LazyColumn so the chat list owns most of the screen
and the header sits as a fixed row on top.

Drop the redundant "Recent chat" label that was only there to
separate the in-list header from messages.
2026-04-30 20:50:53 +00:00
..