summaryrefslogtreecommitdiffstats
path: root/src/pages/blog/page
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-1/+8
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* fix: add a spinner if blog page is loadingArmand Philippot2022-03-091-0/+3
|
* feat: provide pagination for users with js disabled (#13)Armand Philippot2022-03-091-0/+195
* chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation