blixt-wallet
blixt-wallet copied to clipboard
Generated invoice transaction history is confusing
Had some confusion when generating an invoice and viewing the transaction history entry on the home page. Below are the issues I outlined with a mock up with potential fixes.
- Currently when a user generates an invoice in Blixt an entry is made in the transaction history that shows a green +(amount) which looks like the user has received that amount not just requested it to be paid. This should be a neutral color like white to show nothing has been received or sent.
- The main transaction entry title should be what the entry is, not a date which is more secondary information. Something simple like 'Requested payment' would suffice.
- Once (if) this invoice is paid this entry can then show the green +(amount) and new title - something like 'Paid invoice.'
- Using sats instead of satoshi gives more visual space - important when invoices are big numbers!
- Adding a comma to the units amount makes it easier to parse 10000 < 10,000 (this applies to all transaction entries).
Below is a mock up of my proposed suggestions:
