| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite CommentForm component | Armand Philippot | 2023-11-11 | 1 | -11/+10 |
| | | | | | | | * remove `Notice` prop to handle it directly in the form * replace `saveComment` prop with `onSubmit` * use `useForm` hook to handle the form | ||||
| * | refactor(components): rewrite Heading component | Armand Philippot | 2023-10-24 | 1 | -0/+6 |
| | | | | | | | | | | * remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors | ||||
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 1 | -0/+18 |
