You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the apps loads the main screen, it tries to fetch the prices before listing all the assets.
From a UX perspective, it would be better to load the assets with the last price, while refreshing the latest prices in the background.
Tech note: In order to achieve this we need to store the latest price in the Asset main JSON data structure.
The text was updated successfully, but these errors were encountered:
Already working but not great.
The assets load instantly, but with very outdated prices. We need to keep those up to date as much as possible so the "loading" mode doesn't display something too inaccurate.
When the apps loads the main screen, it tries to fetch the prices before listing all the assets.
From a UX perspective, it would be better to load the assets with the last price, while refreshing the latest prices in the background.
Tech note: In order to achieve this we need to store the latest price in the Asset main JSON data structure.
The text was updated successfully, but these errors were encountered: