aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/branding.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-231-2/+2
|
* chore: add branding animationArmand Philippot2022-05-181-1/+25
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-1/+3
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-161-8/+4
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-081-5/+5
| | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components.
* chore: add a Branding componentArmand Philippot2022-04-041-0/+97