diff --git a/src/app.d.ts b/src/app.d.ts
index b765c71..ca37e7b 100644
--- a/src/app.d.ts
+++ b/src/app.d.ts
@@ -17,7 +17,6 @@ interface ImportMetaEnv {
readonly VITE_DEFAULT_RELAYS?: string;
readonly VITE_ZAP_THRESHOLD?: string;
readonly VITE_THREAD_TIMEOUT_DAYS?: string;
- readonly VITE_PWA_ENABLED?: string;
}
interface ImportMeta {
diff --git a/src/app.html b/src/app.html
index 86cfc6e..ec3c623 100644
--- a/src/app.html
+++ b/src/app.html
@@ -20,7 +20,7 @@
-
+
@@ -32,16 +32,13 @@
-
+
-
-
-
%sveltekit.head%
diff --git a/src/lib/components/layout/ProfileBadge.svelte b/src/lib/components/layout/ProfileBadge.svelte
index 1595487..9025b97 100644
--- a/src/lib/components/layout/ProfileBadge.svelte
+++ b/src/lib/components/layout/ProfileBadge.svelte
@@ -1,7 +1,6 @@
-
-
-
- {#if isReply() && parentEvent}
-
- {/if}
-
-
-
-
-
-
-
-
-
-
-
- {#if onReply}
-
- {/if}
-
-
-
- {#if needsExpansion}
-
- {/if}
-
-
-
diff --git a/src/lib/modules/feed/ReplyToKind1Form.svelte b/src/lib/modules/feed/ReplyToKind1Form.svelte
index 97b0e63..8d45bc5 100644
--- a/src/lib/modules/feed/ReplyToKind1Form.svelte
+++ b/src/lib/modules/feed/ReplyToKind1Form.svelte
@@ -55,7 +55,7 @@
// Get target inbox if replying
let targetInbox: string[] | undefined;
try {
- const { fetchRelayLists } = await import('../../services/auth/relay-list-fetcher.js');
+ const { fetchRelayLists } = await import('../../services/user-data.js');
const { inbox } = await fetchRelayLists(parentEvent.pubkey);
targetInbox = inbox;
} catch {
diff --git a/src/lib/modules/profiles/PaymentAddresses.svelte b/src/lib/modules/profiles/PaymentAddresses.svelte
index 5ce8961..2266162 100644
--- a/src/lib/modules/profiles/PaymentAddresses.svelte
+++ b/src/lib/modules/profiles/PaymentAddresses.svelte
@@ -1,6 +1,6 @@