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

dApp - add automatic connection feature for connection manager #2726

Open
weilbith opened this issue May 19, 2021 · 0 comments
Open

dApp - add automatic connection feature for connection manager #2726

weilbith opened this issue May 19, 2021 · 0 comments
Labels
dApp 📱 enhancement New feature or request

Comments

@weilbith
Copy link
Contributor

Description

With the current minimal version of the connection manager, the user always has to select the desired provider and connect. The only convenience (though a big one) that his options get remembered and he has not to type them in again. Anyway it would be nice if we could improve this more and make it closer the way it was earlier.

This feature has a lot of discussion potential. A very simple version would be that the user still has to select the provider. But if there are saved provider options, it will automatically use them and if it succeeds, the user can just continue. If it fails, the usual dialog gets shown. The question would be then how the user can ever change the chosen provider options at a later point. Options would be to abuse the connection cancel button (bad user flow, not intuitive) or a section in the user settings (re-using the current dialog without a button).
A more advanced solution would be to also remember the last used provider. The additional question here - while all former ones remain - how to make this happen. So is there then a different single button? Or should the home route always auto-connect (like other pages remember your login). How to change the provider later?

Acceptance criteria

Tasks

  • [ ]
@weilbith weilbith added enhancement New feature or request dApp 📱 labels May 19, 2021
@taleldayekh taleldayekh removed this from the Product Backlog milestone Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dApp 📱 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants