aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: create search viewArmand Philippot2021-12-201-3/+12
|
* refactor: rewrite types and servicesArmand Philippot2021-12-2011-880/+605
| | | | | | | 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: add subject viewArmand Philippot2021-12-181-2/+184
|
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-172-0/+69
|
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-0/+49
|
* chore: add title and meta desc to postsArmand Philippot2021-12-171-0/+1
|
* chore: add meta to single postsArmand Philippot2021-12-171-0/+9
|
* chore: display comments list on postsArmand Philippot2021-12-171-1/+4
|
* chore: create thematic page viewArmand Philippot2021-12-161-0/+166
| | | | | | | 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.
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-162-3/+6
|
* chore: fix typoArmand Philippot2021-12-161-4/+4
|
* chore: create legal notice viewArmand Philippot2021-12-151-8/+20
|
* chore: create CV viewArmand Philippot2021-12-151-0/+48
|
* chore: create single post viewArmand Philippot2021-12-152-4/+165
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-3/+3
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+130
|
* chore: add main-nav componentArmand Philippot2021-12-131-1/+0
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-132-0/+48