stable
Clone or download
Read-only
story #11095: improve styling
- Tracker shortname is prepend to the card id - Created cards are now animated (like updated ones) Change-Id: I03f91402da0783eb863dfc63b990dd8f5a6d2c81
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/www/js/planning-v2/src/app/animator/animator.js | +7 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/animator/item-animator-service.js | +25 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js | +3 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.spec.js | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html | +11 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js | +25 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js | +55 | −53 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning-controller.js | +9 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning-controller.spec.js | +39 | −32 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss | +8 | −0 | Go to diff View file |