1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-24 02:59:03 +00:00
Commit Graph

14815 Commits

Author SHA1 Message Date
obrusvit
6df7e53760 feat(eckhart): implement BootloaderUI
- implementation using the new bootloader components
- the implementation sits in the separate file `ui_bootloader.rs`
2025-04-16 17:11:07 +02:00
obrusvit
034cbfc7c2 feat(eckhart): implement bootloader components
- skimmed variants of Header, ActionBar, TextScreen, Menu
- implement ErrorScreen
- implement WelcomeScreen
- implement bootloader loader
2025-04-16 17:11:07 +02:00
obrusvit
46933a3998 chore(eckhart): cleanup theme module 2025-04-16 17:11:07 +02:00
obrusvit
e21d160717 chore(eckhart): delete old bootloader components 2025-04-16 17:11:07 +02:00
obrusvit
a321a30653 feat(eckhart): feature-gate non-bootloader fonts 2025-04-16 17:11:07 +02:00
Lukas Bielesch
f0e0a2c673 chore(eckhart): update address warnings 2025-04-16 17:11:07 +02:00
Lukas Bielesch
e991b58a1f feat(eckhart): show danger flow 2025-04-16 17:11:07 +02:00
Lukas Bielesch
cecc637e89 feat(eckhart): receive address flow 2025-04-16 17:11:07 +02:00
Lukas Bielesch
1a33e763e7 feat(eckhart): full-screen QR screen component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
3d9b6539fc chore(eckhart): add new action bar mode 2025-04-16 17:11:07 +02:00
Lukas Bielesch
df11e56bd9 refactor(eckhart): update fonts and disabled button style 2025-04-16 17:11:07 +02:00
Lukas Bielesch
4da4481852 refactor(eckhart): remove unused param 2025-04-16 17:11:07 +02:00
Lukas Bielesch
c107719c80 chore(eckhart): Fix translation pattern 2025-04-16 17:11:07 +02:00
obrusvit
92341beae3 refactor(eckhart): ignore empty description
- don't show empty text in confirm_action
2025-04-16 17:11:07 +02:00
obrusvit
2c569ed56c feat(eckhart): improve ActionBar content
- button content is moved towards the center a bit
- shrink left button at the last page of paginated component
- change the order of render in `TextScreen` to account for Header
overlay. If the main content reaches the Header area, we do not want to
overlay it during Hold to Confirm animation
2025-04-16 17:11:07 +02:00
obrusvit
b95e10cd40 refactor(eckhart): separate theme to fw and bld 2025-04-16 17:11:07 +02:00
obrusvit
1af39590be refactor(eckhart): separate firmware components 2025-04-16 17:11:07 +02:00
Lukas Bielesch
8e7a26e1ae feat(eckhart): full-screen input number component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
18d9f936db chore(eckhart): add action bar touch expansion function 2025-04-16 17:11:07 +02:00
Lukas Bielesch
dfba5bd5b4 chore(eckhart): add plus and minus icons 2025-04-16 17:11:07 +02:00
Lukas Bielesch
bfc5e64db4 chore(eckhart): update existing components accordint to new design 2025-04-16 17:11:07 +02:00
Lukas Bielesch
a73f6ee476 feat(eckahrt): implement show info UI trait function 2025-04-16 17:11:07 +02:00
Lukas Bielesch
c5ca22dc2f feat(eckhart): prompt backup flow 2025-04-16 17:11:07 +02:00
Lukas Bielesch
f45a4911bb chore(eckhart): temporarily implement show progress UI trait function 2025-04-16 17:11:07 +02:00
Lukas Bielesch
20e298f793 feat(eckhart): confirm reset flow 2025-04-16 17:11:07 +02:00
Lukas Bielesch
d2161dc04f chore(eckhart): add warning text styles 2025-04-16 17:11:07 +02:00
Lukas Bielesch
41f20fca27 chore(eckhart): implement Swipable trait for vertical menu screen 2025-04-16 17:11:07 +02:00
Lukas Bielesch
e9efdde79b core(eckhart): Fix failing unit test and warnings 2025-04-16 17:11:07 +02:00
Lukas Bielesch
4b27290f27 feat(eckhart): Full-screen get count component 2025-04-16 17:11:07 +02:00
obrusvit
2ccdee577b feat(eckhart): add easing and rollback to HtC anim
- also switch corner icons to 4px width
2025-04-16 17:11:07 +02:00
obrusvit
46c1ff7e9f feat(eckhart): add alpha to ScreenBorder 2025-04-16 17:11:07 +02:00
obrusvit
42d37de9fa chore(eckhart): fix some clippy warnings 2025-04-16 17:11:07 +02:00
Lukas Bielesch
92f374b57b feat(eckhart): Add SLIP39 input component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
f0a43e4cdd feat(eckhart): Add BIP39 input component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
6d50deb5c2 feat(eckhart): full-screen mnemonic component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
dc91cd6cf7 feat(eckhart): passphrase flow 2025-04-16 17:11:07 +02:00
Lukas Bielesch
85fdb09dd1 feat(eckhart): full-screen passphrase component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
953c22234d feat(eckhart): full-screen PIN keyboard component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
fead59d7b4 feat(eckhart): keypad component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
6db3ce4d84 feat(ui): Add visibility-checking function to Maybe struct 2025-04-16 17:11:07 +02:00
Lukas Bielesch
3820c1ae9e feat(ui): Add function for expanding Button touch area 2025-04-16 17:11:07 +02:00
Lukas Bielesch
83103ecb67 feat(eckhart): Add common keyboard functionality 2025-04-16 17:11:07 +02:00
Lukas Bielesch
ed7d562a53 feat(eckhart): keyboard button styles 2025-04-16 17:11:07 +02:00
Lukas Bielesch
9eb4cc37bc feat(eckhart): Add parametrized content offset to Button 2025-04-16 17:11:07 +02:00
Lukas Bielesch
05d61962da chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu. 2025-04-16 17:11:07 +02:00
Lukas Bielesch
e527ed0253 feat(eckhart): full-screen select word component 2025-04-16 17:11:07 +02:00
Lukas Bielesch
eb782da19a chore(eckhart): Remove redundant code 2025-04-16 17:11:07 +02:00
Lukas Bielesch
c46be8a6a9 chore(eckhart): Add dynamic padding option to vertical menu.
Update rendering of separarators in vertical menu.
2025-04-16 17:11:07 +02:00
Lukas Bielesch
08389a3ea9 feat(eckhart): Add new Button 'is_pressed' function 2025-04-16 17:11:07 +02:00
Lukas Bielesch
06096ddf29 chore(eckhart): fix button text and subtext rendering 2025-04-16 17:11:06 +02:00