summaryrefslogtreecommitdiffstats
path: root/src/components/CommentForm/CommentForm.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor: import comment form dynamically when reply to a commentArmand Philippot2022-03-011-7/+16
| | | | | The comment form is displayed only if an user click on the reply button so importing it dynamically should improve performances.
* 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
| | | | 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