stable
Clone or download
Read-only
story #35823 Pull request new home page - Filter on Related to me How to test: - Before applying the patch, go to the homepage view of a git repository - Resize the screen to make its width smaller (you can use your browser's responsivity tools) - Add some filters until it passes the edge of the screen --> The buttons are overlapping --> The labels do not wrap - Apply the patch - Do the same steps --> The keywords input and the sort order select shrink when the screen width decreases --> The switchs and their labels wrap --> The filters wrap Change-Id: Ic7354e755a32f0b385376674137b92255c6e4e76
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/Keywords/KeywordsSearchInput.vue | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/PullRequestListFilters.vue | +11 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/PullRequestsSortOrder.vue | +2 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/RelatedToMe/RelatedToMeSwitch.vue | +3 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/Status/ClosedPullRequestsFilterSwitch.vue | +3 | −1 | Go to diff View file |