stable

Clone or download

Read-only

feat: Comment footer with disabled reply button

story #29240 reply to pull request comment How to test: --> Inline comments and global comments have a footer containing a disabled [Reply] button --> Pull-request events comments have no footer Change-Id: I89d4fa87fad87e566d2a008d4aa4827066a03167

Modified Files

Name
M plugins/pullrequest/scripts/pullrequests-app/po/fr_FR.po +3 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestComment.test.ts +31 −60 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestComment.ts +10 −38 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestCommentBodyTemplate.test.ts +91 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestCommentBodyTemplate.ts +71 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestCommentFooterTemplate.test.ts +63 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/src/app/comments/PullRequestCommentFooterTemplate.ts +40 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/gettext-catalog.ts +1 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/tests/stubs/PullRequestCommentPresenterStub.ts +70 −0 Go to diff View file
M plugins/pullrequest/themes/includes/_file-diff.scss +3 −9 Go to diff View file
M plugins/pullrequest/themes/includes/_tuleap-pullrequest-comment.scss +66 −51 Go to diff View file