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:
+1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user