From f4869b7428a3b6f85b4cf8455c85b89d00e60fe8 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 18 Jan 2026 09:01:39 +0000 Subject: [PATCH] feat: improve wallet UX with profile-based naming and better layout UX improvements: - Use service pubkey username/profile as wallet name instead of alias - Remove format hint text from connection string input - Move wallet to single row directly below user name (remove label) - Use RelayLink component for relay URLs in wallet info dialog - Show wallet name from service profile with fallback to alias/pubkey This provides better integration with Nostr profiles and a cleaner, more compact menu layout. The wallet service provider's identity is now shown using their actual Nostr profile name. --- src/components/ConnectWalletDialog.tsx | 3 - src/components/nostr/user-menu.tsx | 101 ++++++++++++------------- 2 files changed, 50 insertions(+), 54 deletions(-) diff --git a/src/components/ConnectWalletDialog.tsx b/src/components/ConnectWalletDialog.tsx index 084bcb9..cce8910 100644 --- a/src/components/ConnectWalletDialog.tsx +++ b/src/components/ConnectWalletDialog.tsx @@ -157,9 +157,6 @@ export default function ConnectWalletDialog({ disabled={loading} autoComplete="off" /> -

- Format: nostr+walletconnect://pubkey?relay=...&secret=... -