aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/comment-form/comment-form.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-111-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 componentArmand Philippot2023-10-241-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 componentsArmand Philippot2023-10-241-0/+18