diff --git a/web/.storybook/stories-category-doc-pages/Introduction.stories.mdx b/web/.storybook/stories-category-doc-pages/Introduction.stories.mdx index 521852831..a82940955 100644 --- a/web/.storybook/stories-category-doc-pages/Introduction.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/Introduction.stories.mdx @@ -12,7 +12,6 @@ Visit the [UIv2 milestone](https://github.com/owncast/owncast/milestone/18) on G ## Quick Links - [Redesign project](https://github.com/owncast/owncast/milestone/18) -- [Proposed redesign Figma](https://www.figma.com/file/B6ICOn1J3dyYeoZM5kPM2A/Owncast---Review?node-id=643%3A17) - [Currently defined colors](/story/owncast-style-guide-colors--page) - [Owncast Frontend Chat](https://owncast.rocket.chat/group/frontend-dev) @@ -23,7 +22,6 @@ Visit the [UIv2 milestone](https://github.com/owncast/owncast/milestone/18) on G - Address feedback from users. - Better accessibility. - Better mobile experience. -- Updated [design](https://www.figma.com/proto/B6ICOn1J3dyYeoZM5kPM2A/Owncast---Review?node-id=643%3A646&scaling=min-zoom&page-id=643%3A17&starting-point-node-id=643%3A44). - Standardize styling across the project by using a single design language and style guide. - Allows more people to contribute to the project if we use popular frameworks. @@ -65,3 +63,7 @@ For example a button may have a disabled state that requires a specific scenario but here we you can just toggle the state to verify things are working as expected. This means [new components should have a corresponding story added](https://storybook.js.org/docs/react/get-started/whats-a-story) to make it easier to maintain the project. + +For more details about building React components read [this document](https://github.com/owncast/owncast/blob/webv2/web/components/_COMPONENT_HOW_TO.md) with specifics. + + \ No newline at end of file