a0e93e1eeb
* Aded new togglegroup component. * Make 12/24h time format toggle functional and store value in localstorage. * Responsive tweaks * Added translations * Added 12/24h timeformat hint on profile page. * Update apps/web/public/static/locales/en/common.json Co-authored-by: Omar López <zomars@me.com> |
||
---|---|---|
.. | ||
.storybook | ||
pages | ||
public | ||
stories | ||
styles | ||
.gitignore | ||
README.md | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json |
README.md
Storybook & UI
Storybook is home to all of our commonly used components. We use this app to visually show all components that we have within the project + automatic type documentation generated for each component.
All changes to storybook/ui must require a visual/code review.
-
Visual reviews happen on a tool called Chormatic and these reviews will happen by our product team.
-
Code reviews happen as normal on any changes to storybook/ui designs
Deployment
To deploy this project run
cd apps/storybook
yarn dev