PoC: User status throughout the app and in-call status#34161
Draft
dbkr wants to merge 8 commits into
Draft
Conversation
…profile Extends MSC4426 user status display (already in the timeline) to: - DM room list items: status emoji after the room name (RoomListItemViewSnapshot + RoomListItemViewModel fetch/UserProfileUpdate subscription) - DM room header: emoji + status text after the room name - Right panel user profile: emoji + status text between name and MXID - Member list: status emoji after the member name via DisambiguatedProfile (member-tile layout switched to grid so name truncates and emoji stays) Adds a shared UserStatusMessageView (emoji + text) and getUserStatusEmoji helper, extracts a reusable fetchUserStatus util from useUserStatus, and bumps the status emoji to body-lg per design. Also syncs the jest transformIgnorePatterns matrix-js-sdk entry from develop so unit tests run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Also courtesy of claude
Also claude-powered
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second version of @langleyd 's calude-assisted PR, #34127 because of squash merging.
Extends MSC4426 user status display (already in the timeline) to:
And in subsequent commits:
And merged from #34169:
Adds a shared UserStatusMessageView (emoji + text) and getUserStatusEmoji helper, extracts a reusable fetchUserStatus util from useUserStatus, and bumps the status emoji to body-lg per design. Also syncs the jest transformIgnorePatterns matrix-js-sdk entry from develop so unit tests run.
Checklist
public/exportedsymbols have accurate TSDoc documentation.