summaryrefslogtreecommitdiffstats
path: root/src/components/Settings/ThemeToggle/ThemeToggle.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-41/+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: combine input/textarea/select in a single componentArmand Philippot2022-02-251-1/+1
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+6
|
* refactor(settings): make toggle reusableArmand Philippot2022-01-171-0/+36
Toggle will be used for others settings so I extract the functionnality from ThemeToggle.