aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/toolbar.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks,providers): rewrite useAckee hook and AckeeProviderArmand Philippot2023-11-111-12/+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: complete Storybook storiesArmand Philippot2022-05-211-0/+10
|
* chore: handle settings changeArmand Philippot2022-05-181-0/+22
|
* chore: add Search pageArmand Philippot2022-05-151-8/+3
|
* chore: add a Layout componentArmand Philippot2022-04-221-0/+3
| | | | It defines the different components used by all other layouts.
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-3/+37
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Toolbar componentArmand Philippot2022-04-141-0/+26