stable
Clone or download
Read-only
request #10180: Replace angular-ui-tree with dragular in kanban edit modal
Buttons that are not "cancel" have been changed to btn-primary and the modal columns now use flex display. How to test: - In kanban dir, run "bower prune && npm run build" The kanban edit modal should still function as before: - reorder kanban columns - rename a column - add a new column - remove a column Change-Id: Ie09cc3ce27223a50337e4ac3f7d5581c9beb8e44
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/bower.json | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/build.config.js | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/_edit-kanban.scss | +56 | −74 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js | +71 | −44 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html | +111 | −57 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.scss | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/yarn.lock | +12 | −12 | Go to diff View file |