aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/toolbar.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace Toolbar with Navbar componentArmand Philippot2023-11-111-68/+0
| | | | | | | | * remove SearchModal and SettingsModal components * add a generic NavbarItem component (instead of the previous toolbar items to avoid unreadable styles...) * move FlippingLabel component logic into NavbarItem since it is only used here
* refactor(hooks,provider): move reduce motion setterArmand Philippot2023-11-111-11/+0
| | | | | | | | | | Since the local storage key is not meant to change between the components, it should be set directly inside the app file. So both the local storage and the data attribute should be handle in a provider. I also added a custom document because we need a script to retrieve the stored value in local storage earlier to avoid flashing on hydration.
* 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