aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostFooter
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-71/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+9
|
* refactor: rename all subject occurrences into topicArmand Philippot2022-01-231-13/+12
| | | | | I change the name in graphql endpoint, so I decided to repercute this change here.
* refactor: improve button-like links stylesArmand Philippot2022-01-082-50/+17
| | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link.
* chore: display subjects list under articlesArmand Philippot2022-01-032-3/+60
|
* chore: add meta to single postsArmand Philippot2021-12-172-0/+40