-
-
Notifications
You must be signed in to change notification settings - Fork 670
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
T3T1 - additional wallet backup info #3954
Conversation
|
e9f8577
to
e29a988
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was hoping that we could implement a variant of Frame that holds any content which can provide current page via some (new) trait. But I suppose it's not as straightforward and am OK with the current approach. Bonus points for unit test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's rebase & merge when CI passes
c66a73b
to
a3e3c0f
Compare
ShowShareWords flow now informs the user if the word is repeated. The most typical usecase in 1-of-1 shamir (SingleShare) where 3rd and 4th word is "academic".
PageCounter sub-component is used within Footer to indicate progress in screens, rendered e.g. as "1 / 20" for the first word in wallet backup.
Numeral chars 0-9 mapped to glyphs indices 1298-1307. This commit does not modify gen_font.py, see issue for that.
a3e3c0f
to
eba3805
Compare
Translated copy for additional wallet backup info and some leftovers from previous PRs. [no changelog]
[no changelog]
eba3805
to
42d2ebc
Compare
QA OK
Info:
|
This PR adds:
Footer
, e.g. "1 / 20".TODO: