| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: display comments as a tree | Armand Philippot | 2021-12-27 | 1 | -1/+1 | |
| | | | | | | | I was displaying comments without the parent/children link. Now, each child is displayed under its parent. I also remove the reply button for children to avoid too many child depth. | |||||
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 1 | -28/+0 | |
| | | | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL. | |||||
| * | chore: replace homepage content with MDX content | Armand Philippot | 2021-12-24 | 1 | -19/+0 | |
| | | | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components. | |||||
| * | chore: create search view | Armand Philippot | 2021-12-20 | 1 | -3/+12 | |
| | | ||||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 11 | -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 view | Armand Philippot | 2021-12-18 | 1 | -2/+184 | |
| | | ||||||
| * | chore: create mutation to add a new comment on posts | Armand Philippot | 2021-12-17 | 2 | -0/+69 | |
| | | ||||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 1 | -0/+49 | |
| | | ||||||
| * | chore: add title and meta desc to posts | Armand Philippot | 2021-12-17 | 1 | -0/+1 | |
| | | ||||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -0/+9 | |
| | | ||||||
| * | chore: display comments list on posts | Armand Philippot | 2021-12-17 | 1 | -1/+4 | |
| | | ||||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -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 list | Armand Philippot | 2021-12-16 | 2 | -3/+6 | |
| | | ||||||
| * | chore: fix typo | Armand Philippot | 2021-12-16 | 1 | -4/+4 | |
| | | ||||||
| * | chore: create legal notice view | Armand Philippot | 2021-12-15 | 1 | -8/+20 | |
| | | ||||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 1 | -0/+48 | |
| | | ||||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 2 | -4/+165 | |
| | | ||||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 1 | -3/+3 | |
| | | ||||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+130 | |
| | | ||||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 1 | -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 data | Armand Philippot | 2021-12-13 | 2 | -0/+48 | |
