stable
Clone or download
Read-only
Taskboard does not load the full scrum css content (no need of planning & overview content). The under construction message has its own style. Part of story #13729: have taskboard empty state Change-Id: Ic323f9c7c459b609033f248d55b20963dab4a380
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +4 | −9 | Go to diff View file |
A | plugins/agiledashboard/www/themes/BurningParrot/css/_header.scss | +26 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/_scrum.scss | +1 | −8 | Go to diff View file |
M | plugins/taskboard/build-manifest.json | +1 | −0 | Go to diff View file |
M | plugins/taskboard/include/Routing/TaskboardController.php | +10 | −10 | Go to diff View file |
M | plugins/taskboard/include/taskboardPlugin.php | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +1 | −1 | Go to diff View file |
A | plugins/taskboard/themes/_taskboard.scss | +24 | −0 | Go to diff View file |
A | plugins/taskboard/themes/package-lock.json | +4 | −0 | Go to diff View file |
A | plugins/taskboard/themes/package.json | +14 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-blue-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-green-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-green.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-grey-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-orange-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-purple-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-red-condensed.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/taskboard-red.scss | +22 | −0 | Go to diff View file |
A | plugins/taskboard/themes/webpack.common.js | +47 | −0 | Go to diff View file |
A | plugins/taskboard/themes/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/taskboard/themes/webpack.prod.js | +23 | −0 | Go to diff View file |