aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): rewrite Branding componentArmand Philippot2023-11-112-16/+119
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-3/+28
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-112-17/+14
* refactor(components): rewrite BackToTop componentArmand Philippot2023-11-111-1/+1
* refactor(components): rewrite Notice componentArmand Philippot2023-11-111-10/+6
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-112-3/+17
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-17/+12
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-9/+9
* refactor(components): rewrite Heading componentArmand Philippot2023-10-242-74/+115
* refactor(components): rewrite Section componentArmand Philippot2023-10-244-64/+76
* refactor(components): rewrite Button and ButtonLink componentsArmand Philippot2023-10-242-12/+10
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-23/+37
* build: convert project to esmArmand Philippot2023-10-243-1/+4
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-7/+7
* refactor: use named export for everything except pagesArmand Philippot2023-09-2013-77/+75
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-199-54/+54
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-201-2/+2
* chore: add aria hidden attribute to SVG iconsArmand Philippot2022-06-071-5/+25
* test(unit): fix Jest errors due to images importArmand Philippot2022-06-031-1/+1
* test: install and configure cypressArmand Philippot2022-06-023-3/+3
* fix: reset focus to top of the page on route changeArmand Philippot2022-05-251-2/+8
* build(deps): bump all dependenciesArmand Philippot2022-05-252-5/+5
* 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-212-0/+50
* 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-182-4/+9
* chore: use persistent layoutArmand Philippot2022-05-178-77/+105
* chore: adjust articles stylesArmand Philippot2022-05-172-33/+61
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-172-2/+31
* chore: adjust and complete missing stylesArmand Philippot2022-05-163-5/+20
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-169-48/+149
* chore: improve accessibilityArmand Philippot2022-05-151-2/+16
* chore: add Article pagesArmand Philippot2022-05-152-11/+90
* chore: add Search pageArmand Philippot2022-05-151-1/+2
* 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 homepageArmand Philippot2022-05-033-29/+97
* chore: add a PageLayout componentArmand Philippot2022-04-255-1/+861
* chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145
* chore: add a Layout componentArmand Philippot2022-04-224-0/+251