aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/comments-list/comments-list.stories.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-151-188/+0
|
* feat(components): add an option to CommentsList to forbid repliesArmand Philippot2023-11-161-0/+11
|
* refactor(components): rewrite CommentsList componentArmand Philippot2023-11-111-0/+177
* use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests