Add new release line for testing

This commit is contained in:
Fedor Indutny
2024-11-20 19:14:21 -08:00
committed by GitHub
parent 70dd062753
commit 34cc87e8a8
17 changed files with 199 additions and 43 deletions

View File

@@ -19,12 +19,12 @@ export default {
args: {
i18n,
hasInitialLoadCompleted: false,
isAlpha: false,
isNightly: false,
isCustomizingPreferredReactions: false,
},
argTypes: {
daysAgo: { control: { type: 'number' } },
isAlpha: { control: { type: 'boolean' } },
isNightly: { control: { type: 'boolean' } },
},
} satisfies Meta<PropsType & { daysAgo?: number }>;