From 996bc6b51c850b381932d8273c02cd11deb57286 Mon Sep 17 00:00:00 2001 From: deetz99 <73151365+deetz99@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:30:58 -0800 Subject: [PATCH] All - UI: New core layer update (#401) * update core layer version and base layer stuff * update host with changes from core layer * updates * updates * fix error.vue i18n stuff --- strr-base-web/app/assets/css/layout.css | 11 - .../app/components/connect/SystemBanner.vue | 46 - .../components/connect/form/certify/index.vue | 4 +- .../app/components/connect/typography/H1.vue | 8 - .../app/components/connect/typography/H2.vue | 8 - strr-base-web/app/composables/useNavigate.ts | 28 - .../app/composables/useStrrModals.ts | 4 +- strr-base-web/app/error.vue | 38 - strr-base-web/app/layouts/default.vue | 11 - strr-base-web/app/locales/en-CA.ts | 26 +- strr-base-web/app/pages/comingSoon.vue | 6 +- strr-base-web/app/pages/default.vue | 6 +- strr-base-web/app/plugins/pay-api.ts | 30 - strr-base-web/app/spa-loading-template.html | 41 - strr-base-web/app/utils/todoItems.ts | 2 +- strr-base-web/nuxt.config.ts | 10 +- strr-base-web/package.json | 2 +- strr-base-web/pnpm-lock.yaml | 8 +- strr-host-pm-web/app/app.config.ts | 12 + .../form/DefineYourRental/UnitDetails.vue | 2 +- .../UnitRequirements/Error.vue | 2 +- .../UnitRequirements/StrProhibited.vue | 2 +- .../UnitRequirements/StraaExempt.vue | 2 +- .../app/components/form/Review/Index.vue | 2 +- strr-host-pm-web/app/locales/en-CA.ts | 2 +- strr-host-pm-web/app/pages/application.vue | 2 +- .../pages/auth/account/choose-existing.vue | 9 +- .../app/pages/dashboard/index.vue | 2 +- strr-host-pm-web/package.json | 4 +- strr-host-pm-web/pnpm-lock.yaml | 8 +- strr-platform-web/app/app.config.ts | 12 + .../pages/auth/account/choose-existing.vue | 2 +- .../app/pages/platform/application.vue | 1 - .../app/pages/platform/dashboard.vue | 5 +- strr-platform-web/package.json | 6 +- strr-platform-web/pnpm-lock.yaml | 3563 +++++++++-------- strr-strata-web/app/app.config.ts | 12 + strr-strata-web/app/pages/application.vue | 2 +- strr-strata-web/package.json | 4 +- strr-strata-web/pnpm-lock.yaml | 8 +- 40 files changed, 1903 insertions(+), 2050 deletions(-) delete mode 100644 strr-base-web/app/assets/css/layout.css delete mode 100644 strr-base-web/app/components/connect/SystemBanner.vue delete mode 100644 strr-base-web/app/components/connect/typography/H1.vue delete mode 100644 strr-base-web/app/components/connect/typography/H2.vue delete mode 100644 strr-base-web/app/composables/useNavigate.ts delete mode 100644 strr-base-web/app/error.vue delete mode 100644 strr-base-web/app/layouts/default.vue delete mode 100644 strr-base-web/app/plugins/pay-api.ts delete mode 100644 strr-base-web/app/spa-loading-template.html diff --git a/strr-base-web/app/assets/css/layout.css b/strr-base-web/app/assets/css/layout.css deleted file mode 100644 index 9715eaf4..00000000 --- a/strr-base-web/app/assets/css/layout.css +++ /dev/null @@ -1,11 +0,0 @@ -.app-container { - @apply bg-gray-100 text-gray-700 min-h-[100vh] flex flex-col; -} - -.app-inner-container { - @apply max-w-bcGovLg w-full mx-auto px-4; -} - -.app-body { - @apply grow relative flex flex-col; -} diff --git a/strr-base-web/app/components/connect/SystemBanner.vue b/strr-base-web/app/components/connect/SystemBanner.vue deleted file mode 100644 index 36bf16a5..00000000 --- a/strr-base-web/app/components/connect/SystemBanner.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/strr-base-web/app/components/connect/form/certify/index.vue b/strr-base-web/app/components/connect/form/certify/index.vue index 554fa874..01551843 100644 --- a/strr-base-web/app/components/connect/form/certify/index.vue +++ b/strr-base-web/app/components/connect/form/certify/index.vue @@ -34,7 +34,7 @@ defineProps<{ class="py-5 first:pt-0 last:pb-8" > -