minibits-cash / minibits_wallet

MIT License
74 stars 7 forks source link

[Feature] Parse and interpret noteID, or URL from zap comment #103

Open alltheseas opened 2 months ago

alltheseas commented 2 months ago

what happens Sometimes with a zap, I receive a zap comment that includes a nostr:noteID123etc.

Displayed in wallet view I see a long string: "nostr:note123abcetc..." Displayed in transaction view I see in 'memo from sender' field:"nostr:note123abcetc..."

suggestion Consider some combination of: 1) enable njump linking to the reference note, so that I can tap on the nostr:note123etc.. link 2) 1) above + preview of first ten (10) words of a note 3) allow ability to copy raw noteID string from minibits (currently cannot select text, nor copy)

related to

https://github.com/minibits-cash/minibits_wallet/issues/101