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
As we start to add more fiat values to our assets list, we need to revisit how our code is setup to add new token values to our total fiat balance shown in the account header.
As part of this work, we should look at refactoring how we handle metadata for Stacks FTs. It was requested that the balances be in descending fiat balance order, but with how we handle balances and fiat prices (market data), it is difficult to do this with a larger refactor.
How we read balance data in general needs a refactor. Suggest the solution to this considers how we can first collect all relevant data, then render the UI, rather than individual components fetching their own data.
We also need to be very alert caching/request efficiency in solving this.
As we start to add more fiat values to our assets list, we need to revisit how our code is setup to add new token values to our total fiat balance shown in the account header.
As part of this work, we should look at refactoring how we handle metadata for Stacks FTs. It was requested that the balances be in descending fiat balance order, but with how we handle balances and fiat prices (market data), it is difficult to do this with a larger refactor.
See comments on this issue for ref: #5151 (comment)
The text was updated successfully, but these errors were encountered: