Update some links in storybook readme.

This commit is contained in:
Gabe Kangas 2022-09-17 13:57:56 -07:00 committed by GitHub
parent 88e387a8b2
commit da153b83c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ Visit the [UIv2 milestone](https://github.com/owncast/owncast/milestone/18) on G
## Quick Links ## Quick Links
- [Redesign project](https://github.com/owncast/owncast/milestone/18) - [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) - [Currently defined colors](/story/owncast-style-guide-colors--page)
- [Owncast Frontend Chat](https://owncast.rocket.chat/group/frontend-dev) - [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. - Address feedback from users.
- Better accessibility. - Better accessibility.
- Better mobile experience. - 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. - 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. - 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. 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. 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.
<img src="https://user-images.githubusercontent.com/9563255/187112334-e6c73bad-72df-42fc-9ee2-8d36ba615275.png"/>