| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 2 | -38/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -1/+1 |
| | | |||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 1 | -1/+1 |
| | | | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that. | ||||
| * | chore: ensure 100vh height and improve Header/Footer styles | Armand Philippot | 2022-01-08 | 1 | -0/+4 |
| | | |||||
| * | chore: add a back to top link | Armand Philippot | 2022-01-04 | 1 | -1/+1 |
| | | |||||
| * | chore: add a toolbar component | Armand Philippot | 2021-12-20 | 1 | -2/+2 |
| | | |||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 1 | -2/+2 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 2 | -2/+25 |
| | | | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS. | ||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 1 | -0/+11 |
| I can now insert header/footer on each pages. | |||||
