summaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout/layout.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: use persistent layoutArmand Philippot2022-05-171-0/+14
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-171-0/+14
|
* chore: add homepageArmand Philippot2022-05-031-9/+0
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-1/+0
|
* chore: add a Layout componentArmand Philippot2022-04-221-0/+35
It defines the different components used by all other layouts.