summaryrefslogtreecommitdiffstats
path: root/src/components/CommentForm/CommentForm.tsx
Commit message (Expand)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-240/+0
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+12
* refactor: import comment form dynamically when reply to a commentArmand Philippot2022-03-011-7/+16
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-7/+11
* refactor: replace label elements with Label componentArmand Philippot2022-02-251-20/+33
* chore: improve comment form user experienceArmand Philippot2022-02-141-52/+98
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-8/+37
* chore(comments): handle comment replyArmand Philippot2022-01-151-11/+24
* chore: improve comment sectionArmand Philippot2022-01-071-45/+51
* refactor: rewrite types and servicesArmand Philippot2021-12-201-10/+11
* 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