aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-5/+5
| | | | | | 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: reduce the number of data transformationArmand Philippot2022-05-231-13/+15
|
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-221-2/+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-0/+1
|
* chore: add Article pagesArmand Philippot2022-05-151-9/+30
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-10/+0
|
* chore: add a CommentsList componentArmand Philippot2022-04-221-1/+0
|
* chore: add a Comment componentArmand Philippot2022-04-211-0/+117