From bc7b86a242673d7831f6105d000995d9f4d63e09 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 19 Nov 2023 14:50:46 -0500 Subject: hasty not working update to get my workspace clean --- .../src/entries/options/components/Identities.vue | 56 +++++----- .../src/entries/options/components/Privacy.vue | 61 ++++++++++- .../entries/options/components/SiteSettings.vue | 118 +++++++++------------ 3 files changed, 140 insertions(+), 95 deletions(-) (limited to 'extension/src/entries/options/components') diff --git a/extension/src/entries/options/components/Identities.vue b/extension/src/entries/options/components/Identities.vue index d7fd75d..e3af74e 100644 --- a/extension/src/entries/options/components/Identities.vue +++ b/extension/src/entries/options/components/Identities.vue @@ -39,7 +39,7 @@ -
+
@@ -83,7 +83,7 @@ \ No newline at end of file diff --git a/extension/src/entries/options/components/SiteSettings.vue b/extension/src/entries/options/components/SiteSettings.vue index 2b32a93..c0c2e93 100644 --- a/extension/src/entries/options/components/SiteSettings.vue +++ b/extension/src/entries/options/components/SiteSettings.vue @@ -7,23 +7,23 @@ Extension settings
-
+
- NIP-07 + Origin protection
- Always on NIP-07 + Tracking protection
@@ -69,27 +69,42 @@
-
+
- +

* The http path to the vault server (must start with http:// or https://)

- +

* This is the path to the account server endpoint (must start with /)

- +

* This is the path to the Nostr plugin endpoint path (must start with /)

@@ -104,25 +119,31 @@ -- cgit