aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/comment-form/comment-form.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite CommentForm componentArmand Philippot2023-11-111-15/+149
| | | | | | * remove `Notice` prop to handle it directly in the form * replace `saveComment` prop with `onSubmit` * use `useForm` hook to handle the form
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-111-3/+3
|
* build: convert project to esmArmand Philippot2023-10-241-0/+1
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+23