stable
Clone or download
Read-only
No functional change expected in the tracker creation pages. The app and its styles load correctly and the app is translated. part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: I95349c96fb300b5a525a6ae9770828ec8616c37b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/TrackerCreationController.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/package.json | +2 | −17 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +11 | −302 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/jest.config.js | +3 | −3 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/package.json | +37 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/pnpm-lock.yaml | +411 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/pt_BR.po | +8 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue | +3 | −2 | Go to diff View file |
R | plugins/tracker/scripts/tracker-creation/index.ts | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-creation/vue.shims.d.ts | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-color-selector.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-options-cards.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-screen-breakpoints.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation.scss | Go to diff View file | ||
A | plugins/tracker/scripts/tracker-creation/tsconfig.json | +4 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/webpack.common.js | +61 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/tracker/tsconfig.json | +1 | −3 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +0 | −2 | Go to diff View file |