-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add getProvider function #394
Comments
The popup first should be fixed by selecting providers via the connect-ui. If developers don't want to use the UI, that's fine. But this implementation seems very strict. There might be more multisig providers, users trying to use leather may not have the provider set, etc. The |
I feel this is an important issue so I'd like to chat more and get it right! Will think about it more |
If there's a way to select the provider on log in through the popup or at least if there was a |
Is your feature request related to a problem? Please describe.
When I have more than one extension installed, it is confusing which extension popups first.
Describe the solution you'd like
The library should provide a function that determines which extension to use, similar to https://github.com/friedger/stacks-send-many/blob/main/src/lib/getProvider.ts
Describe alternatives you've considered
Let the user experience bad UX
Additional context
Especially with asigna, users will have usually at least two extension installed.
Credits go to @hozzjss
The text was updated successfully, but these errors were encountered: