| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 1 | -1/+0 |
| | | | | | Only the Sharing widget needs the "min-content" width. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 3 | -59/+17 |
| | | | | | | | | 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: update homepage styles | Armand Philippot | 2022-01-08 | 1 | -1/+18 |
| | | |||||
| * | chore: add article header styles | Armand Philippot | 2022-01-07 | 1 | -3/+4 |
| | | |||||
| * | chore: adjust css grid on listing pages without sidebar | Armand Philippot | 2022-01-07 | 1 | -9/+33 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 5 | -37/+148 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: add a recent posts widget to the homepage | Armand Philippot | 2022-01-04 | 1 | -0/+8 |
| | | |||||
| * | chore: add subject view | Armand Philippot | 2021-12-18 | 1 | -0/+26 |
| | | |||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -0/+11 |
| For now I have to repeat some markup/styles, I cannot reuse PostsList component. WP GraphQL does not offer edges for ACF Post2Post or filters to get thematic posts with another way. I should create custom fields in backend to improve the posts fetching. | |||||
