aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Moon
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-33/+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/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+9
|
* feat: implement dark modeArmand Philippot2022-01-171-1/+1
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* chore: replace theme button with settingsArmand Philippot2022-01-051-0/+2
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: add a theme toggleArmand Philippot2021-12-272-0/+23
Dark theme is not implemented yet.