feat(sidebar): active DM/room highlight + resolved enclave member names #39
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/sidebar-active-and-member-names"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
activeflag toSidebarRoomandSidebarPeerand set it from the room/DM handlers. The matching sidebar row now renders witharia-current="page", a blue background, and bold text so the user can see which conversation they are in. Apply matching focus styles to all sidebar links so keyboard users get a visible focus ring.EnclaveMemberViewcarrying a pre-computed label: the user'sdisplay_namewhen set, otherwise@username, otherwise the raw user_id as a last-resort fallback. The enclave landing and settings pages now show "Alice" or "@alice" instead of the opaque UUID, with the UUID kept in the row'stitle=attribute for support.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com