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

Minimize or remove delay when selecting an account #376

Open
filippsen opened this issue Feb 14, 2019 · 0 comments
Open

Minimize or remove delay when selecting an account #376

filippsen opened this issue Feb 14, 2019 · 0 comments
Labels
feature-request New feature or request

Comments

@filippsen
Copy link
Contributor

Environment/Browser

Lab 1.6.1

Summary

Changing accounts takes a few seconds to compute. It takes a few seconds before the selection is active.
Example:

  1. In Select an Account menu, create New Account
  2. Select the newly created account

This is due to timer set in 'accountSelector' which updates balance every 3 seconds.

Suggestions

Consider changing from timer-based update to refresh based on a trigger or event. That would probably demand it to be an "action" or equivalent instead.

If we go the "action" way, we would probably need to update in lot of instances (deploying contract, calling contract functions, etc...)

@filippsen filippsen added the feature-request New feature or request label Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant