stable

Clone or download

Read-only

Fix cards style (+ card fields, buttons "to top"/"to bottom")

This is a part of story #10353 display a kanban as a widget Change-Id: Iab29bd01b64ee29ce2d4bfb4ddd4433ad491ab08

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/card-computed-field.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields-service.js +4 −4 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +63 −62 Go to diff View file
D plugins/agiledashboard/www/themes/BurningParrot/css/includes/_card-fields.scss +0 −47 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-card-fields.scss +44 −0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-moves.scss +28 −0 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item-transit.scss +43 −0 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/includes/_kanban-item.scss +93 −273 Go to diff View file