stable

Clone or download

Read-only

feat: limit displayed reviewers to three

part of story #33006 Create filters on my PR How to test: - Pick up a pull-request - Add it three reviewers --> They are displayed as usual - Add it a fourth one --> Only three are displayed --> There is a +1 on the right - click on +1 --> A dropdown opens --> The fourth reviewer is displayed inside it Change-Id: I6db64a81c614d358102d0ff081d2853cb2ec5e1f

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-homepage/package.json +1 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/pnpm-lock.yaml +7 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestReviewers.test.ts +62 −5 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestReviewers.vue +84 −3 Go to diff View file