stable

Clone or download

Read-only

chore: Build taskboard app in its own context

part of request #29233 Allow multiple frontend apps per context -- No functional change expected Change-Id: Id48990ff86000714500f619e80fa1ff508dacb55

Modified Files

Name
M plugins/taskboard/include/Routing/TaskboardController.php +12 −6 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +4 −4 Go to diff View file
R plugins/taskboard/jest.config.js Go to diff View file
R plugins/taskboard/package.json Go to diff View file
R plugins/taskboard/pnpm-lock.yaml Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +2 −2 Go to diff View file
R plugins/taskboard/scripts/taskboard/index.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/vue.shims.d.ts Go to diff View file
R plugins/taskboard/themes/includes/_body.scss Go to diff View file
R plugins/taskboard/themes/includes/_button-bar.scss Go to diff View file
R plugins/taskboard/themes/includes/_card-add.scss Go to diff View file
R plugins/taskboard/themes/includes/_card-edit.scss Go to diff View file
R plugins/taskboard/themes/includes/_card-read.scss Go to diff View file
R plugins/taskboard/themes/includes/_error.scss Go to diff View file
R plugins/taskboard/themes/includes/_header.scss Go to diff View file
R plugins/taskboard/themes/includes/_project-header-background.scss Go to diff View file
R plugins/taskboard/themes/includes/_swimlane-sticky-header.scss Go to diff View file
R plugins/taskboard/themes/taskboard.scss Go to diff View file
R plugins/taskboard/tsconfig.json Go to diff View file
A plugins/taskboard/scripts/taskboard/vite.config.ts +49 −0 Go to diff View file
A plugins/taskboard/tests/e2e/cypress/package.json +13 −0 Go to diff View file
A plugins/taskboard/tests/e2e/cypress/pnpm-lock.yaml +9 −0 Go to diff View file
D plugins/taskboard/webpack.common.js +0 −60 Go to diff View file
D plugins/taskboard/webpack.dev.js +0 −23 Go to diff View file
D plugins/taskboard/webpack.prod.js +0 −23 Go to diff View file