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

Tedious manual closing of success dialogs #717

Closed
bedeho opened this issue Jun 4, 2021 · 2 comments
Closed

Tedious manual closing of success dialogs #717

bedeho opened this issue Jun 4, 2021 · 2 comments
Assignees
Labels

Comments

@bedeho
Copy link
Member

bedeho commented Jun 4, 2021

There are a few places where some transaction is executed, and after it is completed, you get a dialog like this that you have to close to proceed.

Screenshot 2021-06-04 at 20 45 04

Screenshot 2021-06-04 at 15 22 13

This gets really tedious. What we want is to make sure the user registers the transaction went through fine, when it did, but then to move on. Perhaps it would be better to only show this sort of thing with a very short circular timer thing which winds down in 1-2s, and then the dialog slides away. Also perhaps its better to not have this result dialog as distinct from the actual progress 3 step progress dialog, it could just be the final step.

@bedeho bedeho added enhancement New feature or request design labels Jun 4, 2021
@kdembler
Copy link
Collaborator

kdembler commented Jun 7, 2021

Ideally, those wouldn't even be blocking. The operation could very well be minimized and happen in the background. That would require some work on how to represent those pending operations and assets they target

@bedeho bedeho added the pending-triage Requires triage before any work can begin label Jun 8, 2021
@bedeho
Copy link
Member Author

bedeho commented Jun 8, 2021

That would be even better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants