aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/templates/sectioned
Commit message (Collapse)AuthorAgeFilesLines
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-192-5/+5
| | | | | | 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.
* test: install and configure cypressArmand Philippot2022-06-021-1/+1
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* chore: use persistent layoutArmand Philippot2022-05-172-4/+29
| | | | | It prevents to rerender the common components between pages (header, footer...).
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-163-15/+26
|
* chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145