Update strings and design around custom stories
This commit is contained in:
parent
0308f208d8
commit
08f2a966a1
11 changed files with 203 additions and 99 deletions
|
@ -80,6 +80,26 @@ Modal.args = {
|
|||
distributionLists: getFakeDistributionListsWithMembers(),
|
||||
};
|
||||
|
||||
export const BlockList = Template.bind({});
|
||||
BlockList.args = {
|
||||
distributionLists: [
|
||||
{ ...getMyStories(), members: [getDefaultConversation()] },
|
||||
],
|
||||
groupStories: [],
|
||||
};
|
||||
|
||||
export const AllowList = Template.bind({});
|
||||
AllowList.args = {
|
||||
distributionLists: [
|
||||
{
|
||||
...getMyStories(),
|
||||
isBlockList: false,
|
||||
members: [getDefaultConversation()],
|
||||
},
|
||||
],
|
||||
groupStories: [],
|
||||
};
|
||||
|
||||
export const FirstTime = Template.bind({});
|
||||
FirstTime.args = {
|
||||
distributionLists: [myStories],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue