stable
Clone or download
Read-only
part of request #38309 hybrids: 8.2.2 -> 9.0.0 How to test: - In the pull-request overview app --> You can still edit the description comment --> You can still add global comments --> You can still reply to comments --> You can still edit comments - In the pull-requests app file-diff --> You can still add inline comments --> You can still reply to them --> You can still edit them --> The height of the opposite placeholders still udpates when the height of the comment component changes. Change-Id: I01ed054682415af33ebe15bcfd64a00382547585
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/lib/pullrequest-comments/package.json | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/pnpm-lock.yaml | +4 | −4 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestComment.test.ts | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestComment.ts | +47 | −46 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestCommentController.ts | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReply.ts | +12 | −17 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReplyController.ts | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/edition/EditionForm.ts | +15 | −25 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionComment.test.ts | +4 | −4 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionComment.ts | +27 | −27 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/NewCommentForm.ts | +13 | −24 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/NewCommentFormController.test.ts | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/NewCommentFormController.ts | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/skeleton/PullRequestCommentSkeleton.test.ts | +5 | −5 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/skeleton/PullRequestCommentSkeleton.ts | +25 | −21 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/timeline-event/TimelineEvent.ts | +13 | −17 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/writing-zone/WritingZone.ts | +6 | −9 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/writing-zone/WritingZoneController.test.ts | +13 | −22 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/src/writing-zone/WritingZoneController.ts | +4 | −7 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/pullrequest-comments/tests/stubs/ControlNewCommentFormStub.ts | +12 | −1 | Go to diff View file |