diff --git a/src/app/components/ChatEnable.svelte b/src/app/components/ChatEnable.svelte new file mode 100644 index 00000000..efbb9e7d --- /dev/null +++ b/src/app/components/ChatEnable.svelte @@ -0,0 +1,62 @@ + + +
+ +
Enable Chat
+
Do you want to enable direct messages?
+
+

+ By default, direct messages are disabled, since loading them requires + {PLATFORM_NAME} to download and decrypt a lot of data. +

+

+ If you'd like to enable direct messages, please make sure your signer is set up to to + auto-approve requests to decrypt data. +

+ + + + +
diff --git a/src/app/components/PrimaryNav.svelte b/src/app/components/PrimaryNav.svelte index 357302d9..4331c84f 100644 --- a/src/app/components/PrimaryNav.svelte +++ b/src/app/components/PrimaryNav.svelte @@ -1,13 +1,21 @@