mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
storybook stuff
This commit is contained in:
parent
554309e88c
commit
d5d823a54c
10 changed files with 50 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof ApiKeys>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof AccountDetails>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof error>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof ImportBooks>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof ImportReadList>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof login>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof announcements>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof settings>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof updates>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@ const meta = {
|
|||
}),
|
||||
parameters: {
|
||||
// More on how to position stories at: https://storybook.js.org/docs/configure/story-layout
|
||||
docs: {
|
||||
description: {
|
||||
component: '',
|
||||
},
|
||||
},
|
||||
},
|
||||
args: {},
|
||||
} satisfies Meta<typeof users>
|
||||
|
|
|
|||
Loading…
Reference in a new issue