From 54ee0dd64ea07efdcd54333cf5565e0541e7ee3a Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:08:20 +0530 Subject: [PATCH] [WEB-5515]fix: comment replies #4930 --- .../ce/components/comments/comment-block.tsx | 2 +- .../core/components/comments/card/display.tsx | 17 ++- .../components/comments/card/edit-form.tsx | 33 +++-- .../core/components/comments/card/root.tsx | 4 +- .../components/comments/quick-actions.tsx | 16 +-- .../common/quick-actions-helper.tsx | 11 -- .../actions/helpers/activity-block.tsx | 2 +- .../ee/components/comments/card/display.tsx | 41 ++++-- .../ee/components/comments/comment-block.tsx | 2 +- .../ee/components/comments/replies/helper.tsx | 18 +++ .../comments/replies/reply-card.tsx | 18 ++- .../comments/replies/reply-create.tsx | 3 +- .../ee/components/comments/replies/root.tsx | 124 +++++++++--------- .../common/activity-block.tsx | 2 +- .../issues/worklog/activity/root.tsx | 2 +- .../issue-details/comments/replies.store.ts | 28 +++- packages/propel/package.json | 1 + .../propel/src/domain/work-items/helpers.tsx | 2 +- .../icons/properties/comment-reply-icon.tsx | 2 +- packages/propel/src/separator/index.ts | 1 + packages/propel/src/separator/separator.tsx | 9 +- packages/propel/tsdown.config.ts | 1 + .../issues/activity/issue_comment_extended.ts | 1 + 23 files changed, 214 insertions(+), 126 deletions(-) create mode 100644 packages/propel/src/separator/index.ts diff --git a/apps/web/ce/components/comments/comment-block.tsx b/apps/web/ce/components/comments/comment-block.tsx index becc8acb45..b20d8fc7a4 100644 --- a/apps/web/ce/components/comments/comment-block.tsx +++ b/apps/web/ce/components/comments/comment-block.tsx @@ -41,7 +41,7 @@ export const CommentBlock = observer(function CommentBlock(props: TCommentBlock) ref={commentBlockRef} >