summaryrefslogtreecommitdiffstats
path: root/src/utils/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: display comments as a treeArmand Philippot2021-12-271-1/+30
| | | | | | 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 contentArmand Philippot2021-12-241-23/+0
| | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL.
* chore: add a hook to build headings treeArmand Philippot2021-12-211-0/+18
|
* refactor: rewrite types and servicesArmand Philippot2021-12-202-1/+229
| | | | | | | 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: display year between blog postsArmand Philippot2021-12-161-0/+19
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-0/+35