stable
Clone or download
Read-only
Part of story #11664: display list of commits of a pull request Go to list of commits of a pull request: no functional changes Go to list of pull requests (pr dashboard): no functional changes Go to tlp documentation ยป structure ยป cards : you should have a playground for tlp-card. This commit only change cards in pullrequest. Other usages (ex: labels widget) will have someday their dedicated commit. Change-Id: I8709b355b01d3fb37f9718a84fd43345f96a2ac3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/www/scripts/src/app/commits/commits.tpl.html | +2 | โ2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/dashboard.tpl.html | +2 | โ2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/pull-request-summary.tpl.html | +39 | โ47 | Go to diff View file |
M | plugins/pullrequest/www/themes/BurningParrot/css/includes/_commits.scss | +1 | โ12 | Go to diff View file |
M | plugins/pullrequest/www/themes/BurningParrot/css/includes/_dashboard.scss | +0 | โ21 | Go to diff View file |
M | plugins/pullrequest/www/themes/BurningParrot/css/includes/_pull-request-summary.scss | +4 | โ7 | Go to diff View file |
M | src/www/themes/common/tlp/doc/css/main.scss | +9 | โ7 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/manifest.json | +9 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/panes/example.html | +58 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/panes/manifest.json | +3 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/selectable/doc.html | +9 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/selectable/example.html | +9 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/selectable/manifest.json | +4 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/simple/example.html | +9 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/doc/resources/structure/cards/simple/manifest.json | +3 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/structure/manifest.json | +2 | โ1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/_components.scss | +1 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/src/scss/components/_cards.scss | +95 | โ0 | Go to diff View file |
A | src/www/themes/common/tlp/src/scss/variables/colors/_computed-colors.scss | +22 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-blue-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-blue.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-green-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-green.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-grey-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-grey.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-orange-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-orange.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-purple-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-purple.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-red-condensed.scss | +1 | โ0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/variables/variables-red.scss | +1 | โ0 | Go to diff View file |