LN-Juggernaut / juggernaut-desktop

Decentralized messaging and payments
https://www.getjuggernaut.com
MIT License
131 stars 14 forks source link

Transaction / Invoice / Payment List #37

Open johncantrell97 opened 4 years ago

johncantrell97 commented 4 years ago

As a functional wallet we will need a transaction list screen where someone can view all of the transactions relevant to the wallet.

This should include on-chain btc tx send/receive, lightning invoices, and lightning payments. This list will probably need this list to be filterable by type and searchable in some fashion as well.

Key information is date/time of when it happened, the amount in satoshis, some kind of label, and type.

We will definitely want to have 'keysend' or 'messages' as a filter that is by default removed from the list as to not clog this view up with potentially hundreds or thousands of 1 satoshi payments generated from messages.

Can look to Zap or other lightning wallets for some inspiration here.