aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/layout/layout.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite BackToTop componentArmand Philippot2023-11-111-1/+1
| | | | | * replace `link` prop with `anchor` prop * add a `label` prop to let consumer handle the accessible name
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-111-0/+15
| | | | | | | * Column is a simple div meant to be used inside Columns component so they should live together. * NoScript is only used in Layout component and its name does not make sense since it needs to be used inside a `noscript` element.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-3/+3
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* 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.