aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/flipping-logo.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-63/+0
| | | | | | The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication.
* refactor(components): make Logo component ESlint compliantArmand Philippot2023-10-241-8/+15
| | | | | I also renamed the title prop to heading because title already exists as HTML attribute.
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-11/+11
| | | | | | 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-1/+1
| | | | | | 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-2/+3
|
* chore: add branding animationArmand Philippot2022-05-181-10/+10
|
* chore: add a Header componentArmand Philippot2022-04-221-2/+2
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-0/+55
Add more stories for each components and change some components categories for better organization.