diff --git a/src/components/auth/connect/Connect.svelte b/src/components/auth/connect/Connect.svelte index 20172b1..56882ef 100644 --- a/src/components/auth/connect/Connect.svelte +++ b/src/components/auth/connect/Connect.svelte @@ -1,8 +1,17 @@ - + diff --git a/src/components/auth/connect/OpenConnectedDevice.svelte b/src/components/auth/connect/OpenConnectedDevice.svelte new file mode 100644 index 0000000..bb62441 --- /dev/null +++ b/src/components/auth/connect/OpenConnectedDevice.svelte @@ -0,0 +1,24 @@ + + diff --git a/src/lib/views.ts b/src/lib/views.ts index 0442adf..12353af 100644 --- a/src/lib/views.ts +++ b/src/lib/views.ts @@ -1 +1,3 @@ -export type BackupView = 'backup' | 'are-you-sure' \ No newline at end of file +export type BackupView = 'backup' | 'are-you-sure' + +export type ConnectView = 'connect' | 'open-connected-device' \ No newline at end of file diff --git a/src/routes/connect.svelte b/src/routes/connect.svelte index 9c8f69d..96458dc 100644 --- a/src/routes/connect.svelte +++ b/src/routes/connect.svelte @@ -1,5 +1,18 @@ - +{#if view === 'connect'} + +{:else if view === 'open-connected-device'} + +{/if}