stable
Clone or download
Read-only
If you have more than 50 pull requests to display in the widget, then there should be a button [load more]. If there are pull requests the user cannot see, then: * pull requests are recursively fetched until there is at least one readable pull request. * when user clicks on [load more] but all remaining pull requests are not readable, then the button disappears. This is part of story #10499 Have a labels widget on project dashboards Change-Id: I5ea2ff69c106c5d45eb7b04052622f642c14eb3f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/www/scripts/project-labeled-items/po/fr.po | +4 | −1 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/po/template.pot | +3 | −0 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.spec.js | +74 | −4 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue | +36 | −8 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/app.spec.js | +1 | −0 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/rest-querier.js | +16 | −11 | Go to diff View file |
A | plugins/label/www/scripts/project-labeled-items/src/rest-querier.spec.js | +225 | −0 | Go to diff View file |
M | plugins/label/www/scripts/tlp-mock.spec.js | +1 | −1 | Go to diff View file |
M | plugins/label/www/themes/BurningParrot/css/_label.scss | +6 | −0 | Go to diff View file |