bitcoin-keeper
bitcoin-keeper copied to clipboard
Auto balance/ transaction update
trafficstars
- When you go into a wallet or vault, you have to pull down to refresh else it shows old balance, unconfirmed transactions.
- There should be auto update auto update when we land in the wallet.
Available options:
- Auto refresh everytime
- Refresh as the user goes into the send flow
- Show indicator and message to the user that they should probably refresh the wallet before trying to send
Note: refresh has been infamous for jittering the UI
We can use an approach which is similar to what we were using in Tribe. Sync the wallet automatically once the user lands on it and show the rotating refresh button. It is reported that this approach wasn't impacting the UI as much and the experience was smooth typically.
Need a RN solution for this it seems. background processing.
Addressed by #4907