aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/helpers/projects.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-102/+0
| | | | | | 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.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-4/+4
| | | | | | 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: use image title as figure label if no caption is providedArmand Philippot2022-06-071-0/+1
|
* chore: add Project single pagesArmand Philippot2022-05-131-32/+48
|
* chore: add a Projects pageArmand Philippot2022-05-051-0/+85
|
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-86/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: update project preview appearanceArmand Philippot2022-01-271-3/+3
|
* chore: add single project viewArmand Philippot2022-01-201-36/+50
|
* chore: add a page for projectsArmand Philippot2022-01-201-0/+72