Update story settings modal design, add group details page

This commit is contained in:
Jamie Kyle 2022-11-01 10:34:23 -07:00 committed by GitHub
parent 8f62442822
commit 97b7f3dbc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 369 additions and 46 deletions

View file

@ -45,6 +45,7 @@ export default {
},
storyViewReceiptsEnabled: { control: 'boolean' },
onDeleteList: { action: true },
toggleGroupsForStorySend: { action: true },
onDistributionListCreated: { action: true },
onHideMyStoriesFrom: { action: true },
onRemoveMember: { action: true },
@ -53,6 +54,9 @@ export default {
setMyStoriesToAllSignalConnections: { action: true },
toggleSignalConnectionsModal: { action: true },
setStoriesDisabled: { action: true },
getConversationByUuid: {
defaultValue: () => getDefaultGroup(),
},
},
} as Meta;