aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ThemeToggle/ThemeToggle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(settings): make toggle reusableArmand Philippot2022-01-171-45/+0
| | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle.
* feat: implement dark modeArmand Philippot2022-01-171-3/+14
|
* chore: replace theme button with settingsArmand Philippot2022-01-051-1/+1
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: add a theme toggleArmand Philippot2021-12-271-0/+34
Dark theme is not implemented yet.