ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

Add A Text Field For Notes To The Send Transaction Form & Transaction List Screen #87

Open apbendi opened 4 years ago

apbendi commented 4 years ago

Issue 6.9

The send transaction form should have a text field that allows the user to enter arbitrary notes about the transaction. On the Transaction List screen, there should also be a button/icon that the user can click to view or edit their note:

Screen Shot 2020-08-14 at 5 45 35 PM

This issue overlaps with Issues related to tx logging, as that is where the data will be stored.

wildmolasses commented 4 years ago

I'd like to consider putting the note on each client-side transaction array item instead of the log. This would let the log live and breathe as totally decoupled from the transaction array. On the other hand, concerns arising from our wallet-restore protocol could trump this logic. I want to think about this more. Thanks!