stable
Clone or download
Read-only
Part of request #23464 Unify cards design This change covers Kanban, Planning, TestPlan and Program Management cards. Taskboard cards aren't covered here. * Updating card state is now the same in Planning and Kanban views * Updated card state is now the same in Planning and Kanban views * A dropped card doesn't blink nor pulse anymore Change-Id: I70da112dabd85838b37b7fa3ee97798c434a4c84
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-controller.js | +2 | −9 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-controller.test.js | +0 | −8 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +7 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/kanban.scss | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item.scss | +49 | −14 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss | +28 | −20 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.test.ts | +0 | −25 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.vue | +2 | −25 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedCard.test.ts | +0 | −47 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue | +2 | −27 | Go to diff View file |
D | plugins/program_management/scripts/program_management/src/helpers/on-going-move-feature-helper.test.ts | +0 | −57 | Go to diff View file |
D | plugins/program_management/scripts/program_management/src/helpers/on-going-move-feature-helper.ts | +0 | −43 | Go to diff View file |
M | plugins/program_management/themes/program_management/_element.scss | +0 | −43 | Go to diff View file |
M | plugins/testplan/themes/includes/_test-definitions.scss | +6 | −5 | Go to diff View file |