| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a search form on 404 page | Armand Philippot | 2022-05-24 | 1 | -0/+9 |
| | | |||||
| * | fix: ensure all topics/thematics have the base url | Armand Philippot | 2022-05-23 | 1 | -4/+4 |
| | | |||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 1 | -2/+7 |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 1 | -10/+6 |
| | | |||||
| * | chore: add 404 page | Armand Philippot | 2022-05-16 | 1 | -0/+144 |
| | | |||||
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -85/+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 plugin | Armand Philippot | 2022-03-23 | 1 | -0/+5 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -2/+2 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -18/+44 |
| | | |||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -3/+3 |
| | | |||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 1 | -6/+4 |
| | | | | | | | | | 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... | ||||
| * | chore: fix 404 page grid | Armand Philippot | 2022-01-08 | 1 | -3/+4 |
| | | |||||
| * | refactor: reuse PostHeader for all pages except homepage | Armand Philippot | 2022-01-06 | 1 | -1/+2 |
| | | |||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -3/+5 |
| | | |||||
| * | chore: add a 404 page | Armand Philippot | 2021-12-18 | 1 | -0/+52 |
