Skip to content

Commit

Permalink
Show and sort active groups when sending a story
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-signal committed Nov 8, 2022
1 parent 5078bc8 commit d0fb25f
Show file tree
Hide file tree
Showing 9 changed files with 336 additions and 228 deletions.
16 changes: 16 additions & 0 deletions _locales/en/messages.json
Expand Up @@ -5779,6 +5779,22 @@
"message": "Only admins can send stories to this group.",
"description": "Alert body for groups that non-admins cannot send stories to"
},
"icu:SendStoryModal__my-stories-description-all": {
"messageformat": "All Signal connections · {viewersCount, plural, one {1 viewer} other {# viewers}}",
"description": "Shown as a subtitle under My Stories option in the send-story-to dialog when not exluding anyone"
},
"icu:SendStoryModal__my-stories-description-excluding": {
"messageformat": "All Signal connections · {excludedCount, plural, one {1 excluded} other {# excluded}}",
"description": "Shown as a subtitle under My Stories option in the send-story-to dialog when excluding some"
},
"icu:SendStoryModal__private-story-description": {
"messageformat": "Private story · {viewersCount, plural, one {1 viewer} other {# viewers}}",
"description": "Shown as a subtitle of each private story in the send-story-to dialog"
},
"icu:SendStoryModal__group-story-description": {
"messageformat": "Group story · {membersCount, plural, one {1 member} other {# members}}",
"description": "Shown as a subtitle of each group story in the send-story-to dialog"
},
"Stories__settings-toggle--title": {
"message": "Share & View Stories",
"description": "Select box title for the stories on/off toggle"
Expand Down
1 change: 1 addition & 0 deletions stylesheets/components/SendStoryModal.scss
Expand Up @@ -136,6 +136,7 @@
}

&__distribution-list {
height: 52px;
&__container {
justify-content: space-between;
padding: 8px 0;
Expand Down

0 comments on commit d0fb25f

Please sign in to comment.