summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/image-widget.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-1/+0
| | | | | | 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-8/+13
|
* chore: add a CV pageArmand Philippot2022-05-031-6/+19
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-201-10/+61
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add an ImageWidget componentArmand Philippot2022-04-151-0/+113