diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts
index a555de1..66770c1 100644
--- a/webapp/src/router/index.ts
+++ b/webapp/src/router/index.ts
@@ -86,6 +86,14 @@ const router = createRouter({
title: 'App | DeFlock'
}
},
+ {
+ path: '/app/docs',
+ name: 'app-docs',
+ component: () => import('../views/DeflockAppDocs.vue'),
+ meta: {
+ title: 'App User Guide | DeFlock'
+ }
+ },
{
path: '/contact',
name: 'contact',
diff --git a/webapp/src/views/DeflockApp.vue b/webapp/src/views/DeflockApp.vue
index 0e55471..1c8f50a 100644
--- a/webapp/src/views/DeflockApp.vue
+++ b/webapp/src/views/DeflockApp.vue
@@ -22,10 +22,8 @@
prepend-icon="mdi-apple"
:href="appLinks.ios"
target="_blank"
- :disabled="!appLinks.ios"
>
- Download for iOS
- iOS Coming Soon
+ Download for iOS
{{ principle.description }}
++ +
@@ -201,10 +198,8 @@ prepend-icon="mdi-apple" :href="appLinks.ios" target="_blank" - :disabled="!appLinks.ios" > - Download for iPhone - iOS Coming Soon + Download for iPhoneFree download • No ads • Privacy focused
@@ -267,7 +260,7 @@ interface PrivacyPrinciple { const appLinks = { android: 'https://play.google.com/store/apps/details?id=me.deflock.deflockapp', - ios: undefined, + ios: 'https://apps.apple.com/us/app/deflock-me/id6752760780', } // App features @@ -390,7 +383,7 @@ const privacyPrinciples: PrivacyPrinciple[] = [ { id: 6, title: 'Open Source Transparency', - description: 'Our code is open source and available for review. You can verify our privacy commitments by examining the source code yourself.' + description: 'Our code is open source and available for review. You can verify our privacy commitments by examining the source code yourself.' } ]; diff --git a/webapp/src/views/DeflockAppDocs.vue b/webapp/src/views/DeflockAppDocs.vue new file mode 100644 index 0000000..016b9e2 --- /dev/null +++ b/webapp/src/views/DeflockAppDocs.vue @@ -0,0 +1,785 @@ + +Loading user guide...
+The DeFlock App provides a simple mobile interface that's easy to use while walking around.
+The DeFlock App provides a simple mobile interface that's easy to use while walking around.
-