blocknetdx / xlite

Official XLite multi-wallet
MIT License
3 stars 7 forks source link

Add health indicator for each asset #191

Open shrnkld opened 1 year ago

shrnkld commented 1 year ago

Scenario:

XLite currently displays various assets without any indication of their "health" status. We want to improve this by adding a check for each asset and displaying an indicator based on the result of this check.

Suggested solution:

QA

NB: we should ensure that the frequency of the health checks do not negatively impact the application's performance. If necessary, we will adjust the check interval or implement a method to stagger the checks for different assets (eg only checking when a user views an asset).