aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/thematique
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: add meta, toc and widgets on thematic pagesArmand Philippot2022-01-111-9/+41
|
* chore: adjust css grid on listing pages without sidebarArmand Philippot2022-01-071-10/+9
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-5/+8
| | | | This way I can use full width background for some blocks.
* refactor: reuse PostMeta components on single articles/pagesArmand Philippot2022-01-061-4/+2
|
* refactor: avoid mutated array with reverse methodArmand Philippot2022-01-041-1/+1
|
* chore: add a breadcrumb componentArmand Philippot2021-12-211-5/+4
|
* refactor: rewrite types and servicesArmand Philippot2021-12-201-5/+5
| | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names.
* chore: create thematic page viewArmand Philippot2021-12-161-0/+77
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.