stable
Clone or download
Read-only
This is part of story #10498: Add labels on pull requests We now display the title of the current pull request on top of its navigation bar. This allow us to display labels next to it. (Mock-up was placing PR labels next to repo title, but it was confusing: user should not think that labels refer to the repository. We now have a better look and feel that mimic TLP panes for PR details and discussion. Change-Id: I78ae926f2691095bc173974cffb0560224622338
Modified Files
Name | ||||
---|---|---|---|---|
M | www/js/angular/po/fr.po | +6 | −2 | Go to diff View file |
M | www/js/angular/po/template.pot | +4 | −0 | Go to diff View file |
M | www/js/angular/src/app/dashboard/_dashboard.scss | +1 | −3 | Go to diff View file |
M | www/js/angular/src/app/labels/labels-directive.js | +1 | −5 | Go to diff View file |
M | www/js/angular/src/app/overview/_overview.scss | +32 | −5 | Go to diff View file |
M | www/js/angular/src/app/overview/overview.tpl.html | +94 | −93 | Go to diff View file |
M | www/js/angular/src/app/overview/timeline/_timeline.scss | +17 | −10 | Go to diff View file |
M | www/js/angular/src/app/pull-request/_pull-request.scss | +9 | −1 | Go to diff View file |
A | www/js/angular/src/app/pull-request/header/header-controller.js | +20 | −0 | Go to diff View file |
A | www/js/angular/src/app/pull-request/header/header-directive.js | +15 | −0 | Go to diff View file |
A | www/js/angular/src/app/pull-request/header/header.tpl.html | +7 | −0 | Go to diff View file |
M | www/js/angular/src/app/pull-request/pull-request.tpl.html | +2 | −0 | Go to diff View file |
M | www/themes/FlamingParrot/css/style.scss | +35 | −22 | Go to diff View file |
M | www/themes/default/css/style.scss | +1 | −1 | Go to diff View file |