aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite DescriptionList componentArmand Philippot2023-11-111-6/+6
| | | | | | | | | | | | | * add a `spacing` prop * replace `layout` prop with `isInline` prop * remove `items` prop (and classNames props) in favor of new components: Description, Group, Term * remove `withSeparator` prop (CSS content is announced by screen readers and Firefox/Safari have no support for alternative text so the consumer should add itself an element with `aria-hidden` if it need a separator) Be aware, Meta component and its consumers can be visually broken, they should be refactored before using them in production.
* 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