From 55176ed5dbb869bc5291b132ccc0fdd05e8de60f Mon Sep 17 00:00:00 2001 From: Matt Raymer Date: Wed, 21 May 2025 04:16:58 -0400 Subject: [PATCH] Remove ContactScanView and update QR scan view naming for consistency - Deleted ContactScanView.vue and removed its route from the router - Renamed ContactQRScanView.vue to ContactQRScanFullView.vue - Updated all router paths, names, and references to use 'contact-qr-scan-full' - Updated related router links in ContactQRScanShowView.vue for consistency - Ensured all naming and routing is consolidated and matches the new view/component name --- src/router/index.ts | 6 +- src/views/ContactQRScanShowView.vue | 2 +- src/views/ContactQRScanView.vue | 430 ---------------------------- src/views/ContactScanView.vue | 92 ------ 4 files changed, 4 insertions(+), 526 deletions(-) delete mode 100644 src/views/ContactQRScanView.vue delete mode 100644 src/views/ContactScanView.vue diff --git a/src/router/index.ts b/src/router/index.ts index f82dccd0..11f5fd3c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -88,9 +88,9 @@ const routes: Array = [ component: () => import("../views/ContactQRScanShowView.vue"), }, { - path: "/contact-qr-scan", - name: "contact-qr-scan", - component: () => import("../views/ContactQRScanView.vue"), + path: "/contact-qr-scan-full", + name: "contact-qr-scan-full", + component: () => import("../views/ContactQRScanFullView.vue"), }, { path: "/contacts", diff --git a/src/views/ContactQRScanShowView.vue b/src/views/ContactQRScanShowView.vue index 1bee7cde..d4018c25 100644 --- a/src/views/ContactQRScanShowView.vue +++ b/src/views/ContactQRScanShowView.vue @@ -172,7 +172,7 @@ diff --git a/src/views/ContactQRScanView.vue b/src/views/ContactQRScanView.vue deleted file mode 100644 index ae90b964..00000000 --- a/src/views/ContactQRScanView.vue +++ /dev/null @@ -1,430 +0,0 @@ - - - - - diff --git a/src/views/ContactScanView.vue b/src/views/ContactScanView.vue deleted file mode 100644 index 7e6ba7f8..00000000 --- a/src/views/ContactScanView.vue +++ /dev/null @@ -1,92 +0,0 @@ - - -