summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/Settings.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a new settings to handle prism theme from toolbarArmand Philippot2022-02-011-0/+2
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+8
|
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-171-0/+2
| | | | | Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations.
* refactor(settings): make toggle reusableArmand Philippot2022-01-171-1/+1
| | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle.
* chore: replace theme button with settingsArmand Philippot2022-01-051-0/+17
I plan to add more user settings so theme options should be inside settings.