aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/comments-list
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add an option to CommentsList to forbid repliesArmand Philippot2023-11-163-4/+56
|
* refactor(components): rewrite CommentsList componentArmand Philippot2023-11-115-0/+592
* use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests