From e4deebf32008c847383d9fed1a62c0fc3501784e Mon Sep 17 00:00:00 2001 From: filemon Date: Fri, 22 May 2026 21:44:10 -0300 Subject: [PATCH] MySquarePage: polish wallet fallback copy and trim brittle cost comment - Change non-nsec wallet fallback from 'View wallet' to 'Wallet details' - Replace exact Blockbook/Esplora call counts in module JSDoc with behavior-focused wording that won't drift when hook internals change --- src/pages/MySquarePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/MySquarePage.tsx b/src/pages/MySquarePage.tsx index bc686ac1..eff3102d 100644 --- a/src/pages/MySquarePage.tsx +++ b/src/pages/MySquarePage.tsx @@ -67,9 +67,9 @@ import type { ParsedCampaign } from '@/lib/campaign'; * All data hooks are called once in `LoggedInContent` and passed down so * TanStack Query subscriptions are shared rather than duplicated. * - * Total cost: 3-5 Nostr relay round-trips + 2 Blockbook HTTP calls - * (xpub + utxo, cached 60s) + 1 Esplora price call + 1 notification - * preview query. + * Total cost: campaign, country, and community relay queries; one + * lightweight notification preview query; and wallet + price lookups + * (all cached by their respective hooks). */ export function MySquarePage() { const { config } = useAppContext(); @@ -308,7 +308,7 @@ function WalletSummaryCard() { {!walletAvailable ? ( -

View wallet

+

Wallet details

) : isLoading ? (