aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/page
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-201-62/+43
* refactor(components): extract MetaItem from MetaListArmand Philippot2023-11-201-24/+23
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-181-3/+11
* refactor(hooks): remove useSettings hookArmand Philippot2023-11-151-16/+11
* refactor(components): replace LinksListWidget with LinksWidgetArmand Philippot2023-11-141-6/+6
* refactor(components): rewrite PostsList componentArmand Philippot2023-11-131-6/+65
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-111-1/+0
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-111-1/+24
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-111-8/+15
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-20/+31
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-22/+20
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-23/+26
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-201-1/+1
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-241-0/+1
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-231-4/+4
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-231-32/+17
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-63/+3
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-201-0/+311
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-205/+0
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-1/+8
* 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