Update story settings modal design, add group details page
This commit is contained in:
parent
8f62442822
commit
97b7f3dbc1
7 changed files with 369 additions and 46 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue