| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite DescriptionList component | Armand Philippot | 2023-11-11 | 1 | -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 pages | Armand Philippot | 2023-09-20 | 1 | -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 transformation | Armand Philippot | 2022-05-23 | 1 | -13/+15 |
| | | |||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 1 | -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 stories | Armand Philippot | 2022-05-21 | 1 | -0/+1 |
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 1 | -9/+30 |
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 1 | -10/+0 |
| | | |||||
| * | chore: add a CommentsList component | Armand Philippot | 2022-04-22 | 1 | -1/+0 |
| | | |||||
| * | chore: add a Comment component | Armand Philippot | 2022-04-21 | 1 | -0/+117 |
