diff --git a/webapp/src/views/ReportChoose.vue b/webapp/src/views/ReportChoose.vue index 7a1481c..e994712 100644 --- a/webapp/src/views/ReportChoose.vue +++ b/webapp/src/views/ReportChoose.vue @@ -28,6 +28,52 @@ + + +
+ + + + DeFlock App + + + for iOS and Android + + + + + + +

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

+
+ + + + Download App + + + +
+
+
+ + - + +
@@ -95,17 +144,16 @@ color="green-darken-2" variant="elevated" size="large" - :disabled="!isIosAppEnabled" - :to="isIosAppEnabled ? '/app' : undefined" + disabled > - {{ isIosAppEnabled ? 'Download App' : 'Download App' }} + Download App -
+
flags.value?.iosApp.enabled ?? false); -const shouldShowComingSoon = computed(() => !isIosAppEnabled.value);