aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Settings
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a new settings to handle prism theme from toolbarArmand Philippot2022-02-012-0/+51
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-293-8/+28
|
* feat: add a setting to disable animations and transitionsArmand Philippot2022-01-172-0/+37
| | | | | 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-172-1/+37
| | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle.
* chore: replace theme button with settingsArmand Philippot2022-01-052-0/+34
I plan to add more user settings so theme options should be inside settings.