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

Progressively load contract info on confirm screen #6529

Closed
danjm opened this issue Apr 27, 2019 · 0 comments
Closed

Progressively load contract info on confirm screen #6529

danjm opened this issue Apr 27, 2019 · 0 comments
Assignees
Labels
area-UI Relating to the user interface.

Comments

@danjm
Copy link
Contributor

danjm commented Apr 27, 2019

We currently make the user wait until all contract info is loaded before rendering the confirm screen for contract methods. #6380 will allow us to have the info we need to render the confirm screen without waiting for network requests.

We now need to change the way we fetch extra info, such as the contract name, so that it is non-blocking. We also need to make UI additions that show this extra info in some sort of loading state until it is available.

@danjm danjm added the area-UI Relating to the user interface. label Apr 27, 2019
@danjm danjm added this to the UI Sprint 11 [April 29] milestone Apr 29, 2019
@danjm danjm self-assigned this Apr 30, 2019
@ghost ghost added the in progress label May 17, 2019
@danjm danjm closed this as completed Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-UI Relating to the user interface.
Projects
None yet
Development

No branches or pull requests

2 participants