GroupMemberLabelEditor: Show all other members with group labels

This commit is contained in:
Scott Nonnenberg
2026-02-12 09:05:32 +10:00
committed by GitHub
parent 0ba17756d5
commit cca7be8f16
5 changed files with 335 additions and 114 deletions

View File

@@ -6236,6 +6236,14 @@
"messageformat": "Hello!",
"description": "Text of message bubble showing preview of user's member label"
},
"icu:ConversationDetails--member-label--list-header": {
"messageformat": "Group members with labels",
"description": "Title for section with all the other members in the group with labels"
},
"icu:ConversationDetails--member-label--no-members": {
"messageformat": "No other members have labels",
"description": "Placeholder for 'other members with labels' section when there are zero other members with labels"
},
"icu:ConversationDetails--member-label--saving": {
"messageformat": "Saving changes...",
"description": "Accessibility label for button with spinner as we save the user's member label."