| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): split Layout component in smaller components | Armand Philippot | 2023-11-22 | 1 | -1/+1 |
| | | | | | | The previous component was too long and hardly readable. So I splitted it in different part and added tests. | ||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -1/+1 |
| | | | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements. | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 1 | -0/+26 |
| | | |||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 1 | -14/+40 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 1 | -1/+9 |
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 1 | -0/+57 |
| It defines the different components used by all other layouts. | |||||
