aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostFooter/PostFooter.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-53/+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-081-14/+13
| | | | | | | 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-031-3/+15
|
* chore: add meta to single postsArmand Philippot2021-12-171-0/+35