| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 1 | -11/+14 |
| | | | | | | | 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. | ||||
| * | build(deps): bump all dependencies | Armand Philippot | 2023-09-19 | 1 | -2/+2 |
| | | | | | | * MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files | ||||
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 1 | -18/+18 |
| | | | | | | | 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: make Links and Images compliant with Next.js 13 | Armand Philippot | 2023-01-23 | 1 | -1/+1 |
| | | |||||
| * | refactor(schema): use helpers function to avoid repeat between pages | Armand Philippot | 2022-05-23 | 1 | -41/+21 |
| | | |||||
| * | refactor: reduce the number of data transformation | Armand Philippot | 2022-05-23 | 1 | -2/+2 |
| | | |||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 1 | -3/+7 |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 1 | -13/+9 |
| | | |||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 1 | -0/+143 |
