aboutsummaryrefslogtreecommitdiffstats
path: root/.storybook/preview.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks,provider): move reduce motion setterArmand Philippot2023-11-111-11/+13
| | | | | | | | | | 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-5/+13
|
* build(deps): bump all dependenciesArmand Philippot2023-09-191-0/+66
* MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files