aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: add a sharing componentArmand Philippot2021-12-211-0/+2
|
* chore: add a table of contentsArmand Philippot2021-12-213-4/+22
|
* chore: add a breadcrumb componentArmand Philippot2021-12-219-35/+41
|
* chore: create search viewArmand Philippot2021-12-201-0/+110
|
* refactor: rewrite types and servicesArmand Philippot2021-12-208-24/+28
| | | | | | | 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-0/+96
|
* chore: add a 404 pageArmand Philippot2021-12-181-0/+52
|
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-171-1/+1
|
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-2/+22
|
* chore: add title and meta desc to postsArmand Philippot2021-12-171-19/+35
|
* chore: add a comment form to postsArmand Philippot2021-12-171-0/+3
|
* chore: add meta to single postsArmand Philippot2021-12-171-6/+15
|
* chore: display comments list on postsArmand Philippot2021-12-171-0/+6
|
* 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.
* refactor: move SWR to blog pageArmand Philippot2021-12-161-5/+40
| | | | This way I can reuse PostsList component with another posts fetcher.
* chore: display year between blog postsArmand Philippot2021-12-161-1/+1
|
* chore: create contact pageArmand Philippot2021-12-161-0/+104
|
* chore: create legal notice viewArmand Philippot2021-12-151-0/+48
|
* chore: create CV viewArmand Philippot2021-12-151-0/+48
|
* chore: create single post viewArmand Philippot2021-12-151-0/+58
|
* fix: change branding title tag on homepageArmand Philippot2021-12-151-1/+1
| | | | I forgot to pass isHome arg...
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-6/+9
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-151-0/+48
|
* chore: create homepage with graphql dataArmand Philippot2021-12-131-65/+15
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-132-1/+44
|
* chore: change app to use a layoutArmand Philippot2021-12-132-5/+12
| | | | I can now insert header/footer on each pages.
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-131-1/+1
|
* build: move global styles and pages inside src directoryArmand Philippot2021-12-123-0/+93