-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
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:
- In Select an Account menu, create New Account
- 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...)
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or request