aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Pagination
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-228/+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/+5
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* feat: provide pagination for users with js disabled (#13)Armand Philippot2022-03-092-0/+223
* chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation