aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: adjust css grid on listing pages without sidebarArmand Philippot2022-01-071-9/+33
|
* chore: move Main grid to its childrenArmand Philippot2022-01-065-37/+148
| | | | This way I can use full width background for some blocks.
* chore: add a recent posts widget to the homepageArmand Philippot2022-01-041-0/+8
|
* chore: add subject viewArmand Philippot2021-12-181-0/+26
|
* chore: create thematic page viewArmand Philippot2021-12-161-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.