-
Notifications
You must be signed in to change notification settings - Fork 5
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
Promp the user to sign on HW wallet #240
Labels
enhancement
New feature or request
Comments
hansl
added a commit
to hansl/manifest-app
that referenced
this issue
Feb 8, 2025
This makes it more streamline that we have a stack of dialogs during the "Send Assets" UX flow. Showing multiple dialogs at once and pressing Escape will close the latest opened one. Same with closing dialogs. This is preliminary work to fix liftedinit#240.
hansl
added a commit
to hansl/manifest-app
that referenced
this issue
Feb 13, 2025
This makes a lot of state keeping simpler regarding signing. Now the components just use "isSigning" from "useTx" and they will all sync up if there is a signature going on. This is preliminary work for liftedinit#240
fmorency
pushed a commit
that referenced
this issue
Feb 13, 2025
This makes a lot of state keeping simpler regarding signing. Now the components just use "isSigning" from "useTx" and they will all sync up if there is a signature going on. This is preliminary work for #240
hansl
added a commit
to hansl/manifest-app
that referenced
this issue
Feb 13, 2025
It is not dismissable until the user either approve, reject, reload the page, or unplug the ledger, or any other OhMyGodWhatAreYouDoing action. Fixes liftedinit#240
hansl
added a commit
to hansl/manifest-app
that referenced
this issue
Feb 13, 2025
It is not dismissable until the user either approve, reject, reload the page, or unplug the ledger, or any other OhMyGodWhatAreYouDoing action. Fixes liftedinit#240
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no indication that the user needs to sign the transaction on its device after clicking the
Send
button. We should make it more obvious.The text was updated successfully, but these errors were encountered: