diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 4a42d00..3996ae8 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -22,8 +22,6 @@ let state = UIState.Idle; let stateStr = ""; - let dialogConnection = false; - let devTransport: Transport; async function onOpen() { console.log("[TRANSPORT DEV] opened"); @@ -112,34 +110,29 @@ {:else}
-
- -

Adrift

-
- -

Surf the web, Adrift

-

A fast and modern decentralized proxy network

-
- +
+
+ +

Adrift

+
+
+

+ A fast and modern decentralized proxy network +

+
+
{#if !import.meta.env.VITE_ADRIFT_SINGLEFILE} {/if}
- - +
+ +
- {/if} = T[keyof T]; - - export let dialogConnection: boolean; let tlsWarningShown = false; let selectedTracker = Object.keys(trackerList)[0] as keyof typeof trackerList; @@ -119,8 +118,12 @@ } - -
+
+ +

Connect to a tracker

+
{#each Object.entries(trackerList) as [trackerId, tracker], i} {#if i != 0} @@ -144,15 +147,12 @@ {/each}
-

+

Your data is not end-to-end encrypted, and will not be private. While TLS will be implemented later, for now do not enter any private information. Click connect again to continue.

- - +
- -
+
+
@@ -226,9 +224,14 @@