From 91d742eb7b4bdd2332f997ef2a8d7f670caf742b Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 13 Aug 2025 11:58:33 +0200 Subject: [PATCH] refactor: Remove ConnectionStatus and PasswordDialog components to streamline codebase - Delete ConnectionStatus.vue and PasswordDialog.vue components to reduce complexity and improve maintainability. - Ensure the application remains functional while enhancing overall clarity for future development. --- src/components/nostr/ConnectionStatus.vue | 59 ------------ src/components/nostr/PasswordDialog.vue | 105 ---------------------- 2 files changed, 164 deletions(-) delete mode 100644 src/components/nostr/ConnectionStatus.vue delete mode 100644 src/components/nostr/PasswordDialog.vue diff --git a/src/components/nostr/ConnectionStatus.vue b/src/components/nostr/ConnectionStatus.vue deleted file mode 100644 index e7387d0..0000000 --- a/src/components/nostr/ConnectionStatus.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/components/nostr/PasswordDialog.vue b/src/components/nostr/PasswordDialog.vue deleted file mode 100644 index db4fd1a..0000000 --- a/src/components/nostr/PasswordDialog.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - \ No newline at end of file