mobilecoinofficial / desktop-wallet

A user-friendly desktop wallet.
Other
41 stars 10 forks source link

Improve account selection #289

Closed Shramp closed 1 year ago

Shramp commented 1 year ago

Due to changes with FS api, we need a few more requests for selecting an account, and two of those requests take longer because FS needs to talk to the MC network to fulfill them.

This PR removes one extra request by creating a new function to return both balance and account status from the same request. It also adds a loading indicator while the account switch is happening