mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-15 19:29:04 +00:00
8a6d442544
New src/gui/views/goblin/ module rendered as the primary surface for an open wallet: bottom tab bar (Wallet/Activity/Scan/Me), balance hero in ツ, Send/ Receive, recent peers, activity feed (wallet txs joined with nostr metadata by slate id), pending payment requests with approve/decline, receive screen with nostr-handle QR, settings/Me tab. Full send flow (recipient resolve via npub/NIP-05 over Tor -> numpad amount -> review -> hold-to-send -> success) dispatching WalletTask::NostrSend. Widgets library, fiat preview over Tor. Fixed a font-binding panic: weight families are referenced only at widget call sites, not in default text styles (set_fonts applies a pass later). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>