summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/responsive-image.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-5/+52
| | | | | | There is a bug with next/image and Storybook. I was manually adding `unoptimized` to images. Instead we can use a workaround by adding an extra config in Storybook `preview.js` file.
* chore: complete Storybook storiesArmand Philippot2022-05-211-0/+13
|
* chore: update images stylesArmand Philippot2022-05-201-0/+17
|
* chore: add a CV pageArmand Philippot2022-05-031-0/+1
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-8/+55
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a ResponsiveImage componentArmand Philippot2022-04-061-0/+87