aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout/layout.tsx
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-111-3/+2
* 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 Button and ButtonLink componentsArmand Philippot2023-10-241-1/+1
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-23/+37
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-22/+28
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-15/+15
* 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
* fix: reset focus to top of the page on route changeArmand Philippot2022-05-251-2/+8
* build(deps): bump all dependenciesArmand Philippot2022-05-251-4/+5
* chore: handle settings changeArmand Philippot2022-05-181-4/+6
* chore: use persistent layoutArmand Philippot2022-05-171-22/+32
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-171-2/+17
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-3/+23
* chore: add Search pageArmand Philippot2022-05-151-1/+2
* chore: add homepageArmand Philippot2022-05-031-19/+88
* chore: add a Layout componentArmand Philippot2022-04-221-0/+125