summaryrefslogtreecommitdiffstats
path: root/src/pages/_app.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore(matomo): use another dependency to track page viewsArmand Philippot2022-02-141-18/+23
| | | | | | I though the previous package would track all visits with the provided but it seems that I need to add trackPageView on all pages. So I decided to use another package.
* chore: add a new settings to handle prism theme from toolbarArmand Philippot2022-02-011-1/+4
|
* chore: add MatomoArmand Philippot2022-01-311-12/+16
|
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-2/+2
|
* chore(i18n): replace i18n provider and helpersArmand Philippot2022-01-291-14/+12
|
* fix: handle translation with linguiArmand Philippot2022-01-281-20/+8
| | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them...
* feat: implement dark modeArmand Philippot2022-01-171-1/+8
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-1/+29
|
* chore: change app to use a layoutArmand Philippot2021-12-131-3/+4
| | | | I can now insert header/footer on each pages.
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-131-1/+1
|
* build: move global styles and pages inside src directoryArmand Philippot2021-12-121-0/+8