aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/page
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-2022-1017/+1846
* refactor(components): extract MetaItem from MetaListArmand Philippot2023-11-202-43/+46
* fix: generate an id for each headings in the page main contentsArmand Philippot2023-11-181-11/+8
* refactor(components, hooks): rewrite ToC and useHeadingsTreeArmand Philippot2023-11-141-3/+13
* refactor(components): replace LinksListWidget with LinksWidgetArmand Philippot2023-11-141-9/+6
* refactor(components): replace Sharing with SharingWidget componentArmand Philippot2023-11-141-3/+5
* refactor(components): rewrite PostsList componentArmand Philippot2023-11-131-2/+28
* refactor(components): rewrite CommentsList componentArmand Philippot2023-11-113-16/+113
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-113-76/+50
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-111-8/+1
* refactor(components): rewrite Breadcrumbs componentArmand Philippot2023-11-112-8/+11
* refactor(components): replace Meta component with MetaListArmand Philippot2023-11-112-24/+31
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-112-17/+14
* refactor(components): rewrite Notice componentArmand Philippot2023-11-111-10/+6
* refactor(components): rewrite Heading componentArmand Philippot2023-10-242-74/+115
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-241-11/+9
* build: convert project to esmArmand Philippot2023-10-241-0/+1
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-7/+7
* refactor: use named export for everything except pagesArmand Philippot2023-09-204-40/+32
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-194-30/+30
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-201-2/+2
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-241-1/+6
* refactor: reduce the number of data transformationArmand Philippot2022-05-232-130/+4
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-222-18/+6
* fix(comments): allow a depth of 2 instead of 1Armand Philippot2022-05-211-1/+1
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+24
* refactor: rewrite Prism hooks and providersArmand Philippot2022-05-191-4/+1
* chore: fix minor styles/typescript issues introduced during refactoringArmand Philippot2022-05-181-0/+1
* chore: handle settings changeArmand Philippot2022-05-181-0/+3
* chore: use persistent layoutArmand Philippot2022-05-173-45/+25
* chore: adjust articles stylesArmand Philippot2022-05-172-33/+61
* chore: adjust and complete missing stylesArmand Philippot2022-05-163-5/+20
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-163-11/+53
* chore: improve accessibilityArmand Philippot2022-05-151-2/+16
* chore: add Article pagesArmand Philippot2022-05-152-11/+90
* chore: add the Blog index pageArmand Philippot2022-05-131-37/+25
* chore: add Project single pagesArmand Philippot2022-05-131-0/+5
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-092-71/+50
* chore: add a PageLayout componentArmand Philippot2022-04-254-0/+861