aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projets/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-14/+23
| | | | | | | | It makes it easier to change a route if needed and it avoid typo mistakes. I also refactored a bit the concerned files to be complient with the new ESlint config. However, I should rewrite the pages to reduce the number of statements.
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-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 dependenciesArmand Philippot2023-09-191-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 pathsArmand Philippot2023-09-191-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 13Armand Philippot2023-01-231-1/+1
|
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-231-41/+21
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-2/+2
|
* chore: use persistent layoutArmand Philippot2022-05-171-3/+7
| | | | | It prevents to rerender the common components between pages (header, footer...).
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-13/+9
|
* chore: add Project single pagesArmand Philippot2022-05-131-0/+143