aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/CommentForm/CommentForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore(comments): handle comment replyArmand Philippot2022-01-151-11/+24
|
* chore: improve comment sectionArmand Philippot2022-01-071-45/+51
| | | | I also adjust styles for all forms and primary buttons.
* refactor: rewrite types and servicesArmand Philippot2021-12-201-10/+11
| | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names.
* chore: create mutation to add a new comment on postsArmand Philippot2021-12-171-2/+51
|
* chore: add a comment form to postsArmand Philippot2021-12-171-0/+58