stable

Clone or download

Read-only

chore: Build overview separately

No functional change expected in milestone overview in Agile dashboard. It loads correctly with its styles, the milestone dropdown (when you click on the current release/sprint name) is still functionning. Planning-v2 and kanban still load their JS correctly. part of request #30339 Split agiledashboard frontend into separate apps Change-Id: I6999a22e380f40d20f55bf30de6d5ba7ad490d08

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php +47 −21 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +0 −71 Go to diff View file
M plugins/agiledashboard/package.json +1 −5 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +0 −10 Go to diff View file
M plugins/agiledashboard/scripts/lib/scrum-header/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/lib/scrum-milestone-header/package.json +3 −0 Go to diff View file
A plugins/agiledashboard/scripts/overview/package.json +20 −0 Go to diff View file
A plugins/agiledashboard/scripts/overview/pnpm-lock.yaml +13 −0 Go to diff View file
R plugins/agiledashboard/scripts/overview.ts Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum/_overview.scss Go to diff View file
A plugins/agiledashboard/scripts/overview/tsconfig.json +4 −0 Go to diff View file
R plugins/agiledashboard/themes/BurningParrot/css/scrum.scss Go to diff View file
D plugins/agiledashboard/tsconfig.json +0 −11 Go to diff View file
M plugins/agiledashboard/webpack.common.js +0 −17 Go to diff View file