mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
Organize stories into folders
This commit is contained in:
parent
8ce045aa9a
commit
8925e1b4e2
9 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import ActionButton from '../components/action-buttons/ActionButton';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Action Buttons/Single button',
|
||||
title: 'owncast/Components/Action Buttons/Single button',
|
||||
component: ActionButton,
|
||||
parameters: {
|
||||
docs: {
|
||||
|
|
|
@ -4,7 +4,7 @@ import ActionButtonRow from '../components/action-buttons/ActionButtonRow';
|
|||
import ActionButton from '../components/action-buttons/ActionButton';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Action Buttons/Buttons Row',
|
||||
title: 'owncast/Components/Action Buttons/Buttons Row',
|
||||
component: ActionButtonRow,
|
||||
parameters: {
|
||||
docs: {
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import CustomPageContent from '../components/CustomPageContent';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Custom page content',
|
||||
title: 'owncast/Components/Custom page content',
|
||||
component: CustomPageContent,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof CustomPageContent>;
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import SingleFollower from '../components/Follower';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Followers/Single Follower',
|
||||
title: 'owncast/Components/Followers/Single Follower',
|
||||
component: SingleFollower,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof SingleFollower>;
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import FollowerCollection from '../components/FollowersCollection';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Followers/Followers collection',
|
||||
title: 'owncast/Components/Followers/Followers collection',
|
||||
component: FollowerCollection,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof FollowerCollection>;
|
||||
|
|
|
@ -13,7 +13,7 @@ const Example = args => (
|
|||
);
|
||||
|
||||
export default {
|
||||
title: 'owncast/Notify Reminder',
|
||||
title: 'owncast/Components/Notify Reminder',
|
||||
component: NotifyReminder,
|
||||
parameters: {
|
||||
design: {
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import { OwncastLogo } from '../components/common';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Logo',
|
||||
title: 'owncast/Components/Logo',
|
||||
component: OwncastLogo,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof OwncastLogo>;
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|||
import SocialLinks from '../components/ui/SocialLinks/SocialLinks';
|
||||
|
||||
export default {
|
||||
title: 'owncast/Social links',
|
||||
title: 'owncast/Components/Social links',
|
||||
component: SocialLinks,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof SocialLinks>;
|
||||
|
|
|
@ -5,7 +5,7 @@ import { UserDropdown } from '../components/common';
|
|||
import { ChatState } from '../interfaces/application-state';
|
||||
|
||||
export default {
|
||||
title: 'owncast/User settings menu',
|
||||
title: 'owncast/Components/User settings menu',
|
||||
component: UserDropdown,
|
||||
parameters: {},
|
||||
} as ComponentMeta<typeof UserDropdown>;
|
||||
|
|
Loading…
Reference in a new issue