From 6878ce677a687e2bca33737295b89ccf3631bf4a Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Sun, 5 Oct 2025 12:56:53 -0600 Subject: [PATCH] temporarily disable app --- webapp/src/views/ReportChoose.vue | 116 ++++++++++++++++++++---------- 1 file changed, 80 insertions(+), 36 deletions(-) diff --git a/webapp/src/views/ReportChoose.vue b/webapp/src/views/ReportChoose.vue index 307c311..a71ea3a 100644 --- a/webapp/src/views/ReportChoose.vue +++ b/webapp/src/views/ReportChoose.vue @@ -28,42 +28,6 @@ - - - - - DeFlock App - - - for iOS and Android - - - - - - -

The DeFlock App provides a simple mobile interface that's easy to use while walking around.

-
- - - - Download App - - - -
-
- + + +
+ + + + DeFlock App + + + for iOS and Android + + + + + + +

The DeFlock App provides a simple mobile interface that's easy to use while walking around.

+
+ + + + Download App + + + +
+ + +
+ + Coming Soon + +
+
+
@@ -117,4 +132,33 @@ import ALPRVerificationDialog from '@/components/ALPRVerificationDialog.vue'; font-weight: 600; font-size: 1.1rem; } + +/* App card disabled styling */ +.app-card-container { + position: relative; +} + +.card-disabled { + opacity: 0.7; + pointer-events: none; + cursor: not-allowed; +} + +.coming-soon-banner { + position: absolute; + top: 15px; + right: 15px; + z-index: 10; +} + +.coming-soon-chip { + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + font-weight: 600; +} + +/* Ensure the banner shows above card content */ +.app-card-container .v-card { + position: relative; + z-index: 1; +} \ No newline at end of file