stable
Clone or download
Read-only
No functional change expected in Project administration > Banner page. Closes request #34725 Migrate core-project-admin-banner to Vue 3 Change-Id: Ic314d2394af88ed0f8c7a36424e5334a4f19fa87
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/project-admin-banner/jest.config.js | +1 | −10 | Go to diff View file |
M | src/scripts/project-admin-banner/package.json | +6 | −4 | Go to diff View file |
M | src/scripts/project-admin-banner/pnpm-lock.yaml | +526 | −121 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/App.test.ts | +30 | −35 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/App.vue | +1 | −1 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/BannerPresenter.test.ts | +22 | −20 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/BannerPresenter.vue | +1 | −0 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/__snapshots__/App.test.ts.snap | +10 | −16 | Go to diff View file |
M | src/scripts/project-admin-banner/src/components/__snapshots__/BannerPresenter.test.ts.snap | +10 | −31 | Go to diff View file |
R | src/scripts/project-admin-banner/src/vue.shims.d.ts | Go to diff View file | ||
R | src/scripts/project-admin-banner/src/helpers/local-vue-for-tests.ts | Go to diff View file | ||
M | src/scripts/project-admin-banner/src/main.ts | +14 | −19 | Go to diff View file |
M | src/scripts/project-admin-banner/tsconfig.json | +1 | −1 | Go to diff View file |
M | src/scripts/project-admin-banner/webpack.common.js | +2 | −7 | Go to diff View file |