-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Trezor T UI improvements #102
Comments
Yes, exactly. I don't have any experience with Qt though, which makes me way less effective here, though :-( Anyway, the main differences between a Trezor One and Trezor T when it comes to the workflow are those:
Most importantly for this issue, if the PassphraseRequest is received with Btw, I've also joined your gitter to make discussion easier! Thanks for the invite! :-) |
Ok so to sum it up I think:
|
Added the badge logic, can you test to see if you get the message displayed? You should just get a |
I just tested it! It works – There's a badge shown while entering the passphrase on-device! However, just before being prompted by the Trezor whether you want to enter the passphrase on-device or on the host, there's another badge shown briefly that says something like "Please complete the action on your Trezor: undefined". Maybe it's related to the ButtonRequest/ButtonAck handshake that happens before entering the passphrase? I'm not sure yet (but I didn't have much time today to investigate). Also, 38d3dd3 seems to have broken the build on MacOS, since I can send you a PR for this if you want, but if this is all work in progress, it might not be useful right now. |
Hey thanks for testing. I'll fix the UNIX defined. I wanted EW to be compilable on BSDs etc. Will have to exclude mac from the list. Will try and find out what the action cause could be and get back. Ping here if you find out more there. |
Is there any chance you can catch a screenshot of the badge with the unknown text? I can't find any source where that kind of description would be given. |
I see, it's a missing I suppose you need to choose if you want the password presented on trezor or on the device in this step? I added the handler in master. |
Yes, exactly, that was it! The workflow is working correctly now. |
Trezor T is now "supported" but needs more improvements before a release is done. Creating this as a separate issue.
Main thing is UI for handling of the workflow with passwords input on the device itself.
Continuation of #99
The text was updated successfully, but these errors were encountered: