summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/ReduceMotion/ReduceMotion.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-48/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+3
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-1/+1
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-4/+14
|
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-171-0/+35
Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations.