aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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.