particle4dev / dicoapp-e

SPV lightweight GUI wallet with barterDEX swap capabilities
MIT License
1 stars 11 forks source link

Last transactions list should be replaced #62

Closed siulynot closed 6 years ago

siulynot commented 6 years ago

Currently: Currently in the wallet page you have a list of all available coins and at the bottom a list of all recent transactions for ALL coins. This list takes too much time to load and when it loads its confusing to know which transaction is which for each coin.

Expected: Under the wallet of each coin, a "recent transactions" drop down should be available to list transactions done specifically for the coin selected. That way, the list only appears at request of the user, and since it will only list transaction of just one coin at the time, it should load faster.

STEPS TO REPRODUCE: Go to wallet page and notice that the "last transactions" sections takes too long to load.

REFERENCE:

image

Possible fixes: Segment the "list transaction" request for only one coin at the time and at users request.

Related issues

#

Related Merge Requests

#

/label ~bug

particle4dev commented 6 years ago

Moved it here: https://github.com/KomodoPlatform/dicoapp-e/issues/17