Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: consider displaying balance as ? when wallet falls out of sync #16

Open
norwnd opened this issue Mar 22, 2023 · 0 comments
Open

ui: consider displaying balance as ? when wallet falls out of sync #16

norwnd opened this issue Mar 22, 2023 · 0 comments

Comments

@norwnd
Copy link
Owner

norwnd commented Mar 22, 2023

The idea is similar to #15 and is basically to display wallet balance as ? when we can tell that wallet fell out of sync (meaning, we prefer to show ? = unknown balance instead of stale value),

implementation notes:

  • this could be especially useful during initial sync (when your balance stays at 0 until we get to the most recent blocks) and/or for users who aren't used to the details of blockchain-sync in provider-dominated world (typically provider is always synched and will display up-to-date user balance value immediately upon wallet startup)
  • shouldn't switch to ? too often (only if sync is expected to take some time, maybe upon initial sync only) because that would likely look weird/jerky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant