stable
Clone or download
Read-only
No functional change expected in kanban. It should load correctly, with its styles, both in "standalone" mode and as a dashboard widget. part of request #30339 Split agiledashboard frontend into separate apps Change-Id: I92c5e144c76149717184ffb57d3e348dbae88010
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/package.json | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/pnpm-lock.yaml | +6 | −0 | Go to diff View file |
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_add-in-place.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_add-to-dashboard.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_diagram.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_edit-kanban.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_feedback.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_filter.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item-moves.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item-transit.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_project-header-background.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_reports-modal.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_socket.scss | Go to diff View file | ||
A | plugins/agiledashboard/scripts/kanban/themes/_transition-variables.scss | +21 | −0 | Go to diff View file |
R | plugins/agiledashboard/themes/BurningParrot/css/kanban/_under-the-fold-notification.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/images/drag.png | Binary file | Go to diff View file | |
R | plugins/agiledashboard/themes/BurningParrot/images/loader-mini.gif | Binary file | Go to diff View file | |
R | plugins/agiledashboard/themes/BurningParrot/css/kanban.scss | Go to diff View file | ||
A | plugins/agiledashboard/scripts/kanban/tsconfig.json | +4 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/kanban/webpack.common.js | +69 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/kanban/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/kanban/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/lib/card-fields/package.json | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/lib/card-fields/src/index.js | +1 | −0 | Go to diff View file |
R | plugins/agiledashboard/themes/BurningParrot/css/_highlight.scss | Go to diff View file | ||
R | plugins/agiledashboard/themes/BurningParrot/css/_card-fields.scss | Go to diff View file | ||
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog.scss | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/tsconfig.json | +9 | −3 | Go to diff View file |
M | plugins/agiledashboard/webpack.common.js | +0 | −38 | Go to diff View file |