feat: add Public chip to onchain wallet card

The onchain wallet's Taproot address is derived from the account's Nostr
pubkey, so anyone with the npub can see its balance and transaction
history on-chain. Surface that fact directly on the card with a tappable
"(i) Public" chip that opens a dialog explaining the privacy implication
and recommending private (non-Nostr) channels for funding and draining.
This commit is contained in:
Claude
2026-05-20 16:39:34 +00:00
parent baf043343d
commit fc8f057e3e
2 changed files with 64 additions and 0 deletions
@@ -129,6 +129,7 @@ object MaterialSymbols {
val HourglassEmpty = MaterialSymbol("\uE88B")
val HourglassTop = MaterialSymbol("\uEA5B")
val Image = MaterialSymbol("\uE3F4")
val Info = MaterialSymbol("\uE88E")
val Key = MaterialSymbol("\uE73C")
val KeyboardArrowDown = MaterialSymbol("\uE313")
val KeyboardArrowUp = MaterialSymbol("\uE316")