stable

Clone or download

Read-only

story #7954: Add in place in kanban

Change-Id: Idc0737b2fbe1fe3c90a752c6c4aee58fea70dd18

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/package.json +3 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +12 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +12 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place-controller.js +51 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place-directive.js +32 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place.tpl.html +16 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +64 −12 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-resize-directive.js +40 −24 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error/error-controller.js +4 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error/error.tpl.html +9 −2 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/esc-key/esc-key-directive.js +19 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-service.js +32 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.less +196 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +4 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +10 −10 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +77 −192 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +10 −3 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/assets/loader-mini.gif Binary file Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/less/main.less +1 −0 Go to diff View file