aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/main-nav.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): extract MainNav component from toolbarArmand Philippot2023-11-111-19/+15
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-1/+1
|
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-1/+1
| | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-311-1/+9
| | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component.
* chore: complete Storybook storiesArmand Philippot2022-05-211-8/+3
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-12/+33
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a MainNav componentArmand Philippot2022-04-141-0/+75