From d8f54a5032cda0640c3407d449ba647fdcb20f15 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 17 Feb 2026 04:18:55 +0000 Subject: [PATCH] feat: add remote signer QR flow to AuthModal - Introduced a new phase for remote signer login using QR codes, enhancing the authentication experience for desktop users. - Implemented UI elements for displaying the QR code and handling user interactions, including error messages and loading states. - Updated the Nostr Connect composable to support the new QR flow, including cancellation handling and improved error management. These changes provide users with a seamless and modern way to authenticate using remote signers, improving overall usability. --- src/components/AuthModal.vue | 199 +++++++++++++++++++++++++---- src/composables/useNostrConnect.ts | 80 ++++++++++++ 2 files changed, 253 insertions(+), 26 deletions(-) diff --git a/src/components/AuthModal.vue b/src/components/AuthModal.vue index 7840d2d..df47927 100644 --- a/src/components/AuthModal.vue +++ b/src/components/AuthModal.vue @@ -12,6 +12,57 @@ @@ -325,6 +393,7 @@