| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite CommentForm component | Armand Philippot | 2023-11-11 | 1 | -4/+2 |
| | | | | | | | * remove `Notice` prop to handle it directly in the form * replace `saveComment` prop with `onSubmit` * use `useForm` hook to handle the form | ||||
| * | feat(components): add a Time component | Armand Philippot | 2023-11-11 | 1 | -4/+0 |
| | | | | | | | Instead of using helpers functions to format the date each time we need to use a time element, it makes more sense to create a new component dedicated to this task. | ||||
| * | refactor(components): rewrite DescriptionList component | Armand Philippot | 2023-11-11 | 1 | -0/+41 |
| * 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. | |||||
