stable
Clone or download
Read-only
Closes request #40438 Migrate core-platform-admin-banner to Vue 3 No functional change expected in Site admin > Platform Banner page. Change-Id: I38b33fb75a268c4d70a6b43a8d3e5e67777393c8
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +10 | −10 | Go to diff View file |
M | src/scripts/platform-admin-banner/jest.config.js | +1 | −10 | Go to diff View file |
M | src/scripts/platform-admin-banner/package.json | +5 | −4 | Go to diff View file |
M | src/scripts/platform-admin-banner/pnpm-lock.yaml | +459 | −122 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/App.test.ts | +16 | −18 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/App.vue | +24 | −31 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/BannerPresenter.test.ts | +22 | −27 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/BannerPresenter.vue | +89 | −83 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/ExpirationDateBannerInput.test.ts | +5 | −5 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/ExpirationDateBannerInput.vue | +3 | −3 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/ExpiredBannerInfoMessage.test.ts | +13 | −13 | Go to diff View file |
M | src/scripts/platform-admin-banner/src/components/ExpiredBannerInfoMessage.vue | +6 | −8 | Go to diff View file |
R | src/scripts/platform-admin-banner/src/helpers/local-vue-for-tests.ts | Go to diff View file | ||
M | src/scripts/platform-admin-banner/src/main.ts | +15 | −16 | Go to diff View file |
M | src/scripts/platform-admin-banner/webpack.common.js | +2 | −3 | Go to diff View file |