Alternative inbox visuals
This commit is contained in:
parent
f6650c0b91
commit
b6ce2f957d
21 changed files with 97 additions and 2 deletions
|
@ -19,10 +19,12 @@ export default {
|
|||
args: {
|
||||
i18n,
|
||||
hasInitialLoadCompleted: false,
|
||||
isAlpha: false,
|
||||
isCustomizingPreferredReactions: false,
|
||||
},
|
||||
argTypes: {
|
||||
daysAgo: { control: { type: 'number' } },
|
||||
isAlpha: { control: { type: 'boolean' } },
|
||||
},
|
||||
} satisfies Meta<PropsType & { daysAgo?: number }>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue