stable

Clone or download

Read-only

story #8266: Have a compact view of kanban cards

Change-Id: Ifc4bc41668fe4172bdd820a54bb782c018e9e635

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +8 −0 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +9 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +27 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.less +27 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +34 −36 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +19 −12 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +28 −6 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/user-preferences/user-preferences-service.js +26 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/user-preferences/user-preferences.js +1 −0 Go to diff View file