summaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | I mocked some SVG files and moves the branding photo to public directory. It is more a workaround than a real fix but it works so...
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* 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
| | | | | | | I moved the website picture from useSettings to the layout component since it is only used here. This reduce the number of Jest errors. However, there's still some issues with some images import...
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+26
|
* chore: handle settings changeArmand Philippot2022-05-181-4/+6
|
* chore: use persistent layoutArmand Philippot2022-05-173-28/+51
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-172-2/+31
|
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-163-22/+70
|
* chore: add Search pageArmand Philippot2022-05-151-1/+2
|
* chore: add homepageArmand Philippot2022-05-033-29/+97
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-1/+0
|
* chore: add a Layout componentArmand Philippot2022-04-224-0/+251
It defines the different components used by all other layouts.