From ffad3eb6e8690e6ad63bd1e383f91c012aa6097b Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 17 Feb 2026 04:25:23 +0000 Subject: [PATCH] feat: enhance AuthModal loading indicators and button labels - Replaced static icons with animated SVG loaders for various authentication actions, improving user feedback during loading states. - Updated button labels to reflect current actions, such as 'Signing in...' and 'Waiting...', enhancing clarity for users. - Adjusted layout spacing for buttons to ensure consistent visual presentation. These changes improve the user experience by providing clear visual cues during authentication processes. --- src/components/AuthModal.vue | 38 ++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/components/AuthModal.vue b/src/components/AuthModal.vue index df47927..120deda 100644 --- a/src/components/AuthModal.vue +++ b/src/components/AuthModal.vue @@ -128,11 +128,11 @@ :disabled="isLoading" class="nostr-login-button w-full flex items-center justify-center gap-2" > - Primal + + + + + Primal {{ nostrConnectLoading ? 'Waiting...' : 'Remote Signer' }} -
+
- Sign in + + + + + {{ authLoading ? 'Signing in...' : 'Sign in' }}