stable
Clone or download
Read-only
- Transform table layout to div layout - Width of columns is evenly distributed (even if user resize the browser or collapse/expand columns) - Height/Width of the board are 100% - When user scroll cards, they go under the column header - spinners are replaced by animation on big numbers - Fat combined is no more included in kanban view - Cards color This is part of story #7579 move cards in my cardwall Change-Id: I05e075985d93c80ff0ced750d0ec44014b3355cb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemRepresentation.php | +6 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +13 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/Gruntfile.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +11 | −2 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/app-resize-directive.js | +226 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item.tpl.html | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +252 | −118 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +103 | −88 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/assets/loader-mini.gif | +- | −- | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/assets/loader.gif | +- | −- | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/less/main.less | +3 | −9 | Go to diff View file |
A | plugins/agiledashboard/www/js/resize-content.js | +30 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/js/sidebar.js | +5 | −0 | Go to diff View file |