aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/collapsible
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-152-72/+31
|
* refactor(components): replace PageLayout template with PageArmand Philippot2023-11-201-2/+2
| | | | | | | | | * split pages in smaller components (it is both easier to maintain and more readable, we avoid the use of fragments in pages directory) * extract breadcrumbs from article tag (the navigation is not related to the page contents) * remove useReadingTime hook * remove layout options except `isHome`
* refactor(components): merge HeadingButton and Widget componentsArmand Philippot2023-11-115-0/+364
The HeadingButton component was only used inside Widget component and it is not very useful on its own so I merge the two components in a new Collapsible component.