1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-25 01:18:54 +00:00
Commit Graph

1055 Commits

Author SHA1 Message Date
Lukas Bielesch
d49ccf7c01 refactor(eckhart): update fonts and disabled button style 2025-05-27 16:58:23 +02:00
Lukas Bielesch
e4efebdfdd refactor(eckhart): remove unused param 2025-05-27 16:58:23 +02:00
Lukas Bielesch
b44b24bd5e chore(eckhart): Fix translation pattern 2025-05-27 16:58:23 +02:00
obrusvit
121cb69248 refactor(eckhart): ignore empty description
- don't show empty text in confirm_action
2025-05-27 16:58:23 +02:00
obrusvit
ff6ae808d3 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-05-27 16:58:23 +02:00
obrusvit
a4ebab394b refactor(eckhart): separate theme to fw and bld 2025-05-27 16:58:23 +02:00
obrusvit
84899f6840 refactor(eckhart): separate firmware components 2025-05-27 16:58:23 +02:00
Lukas Bielesch
e483e83f95 feat(eckhart): full-screen input number component 2025-05-27 16:58:23 +02:00
Lukas Bielesch
8616abaeb6 chore(eckhart): add action bar touch expansion function 2025-05-27 16:58:23 +02:00
Lukas Bielesch
3d61c13301 chore(eckhart): add plus and minus icons 2025-05-27 16:58:23 +02:00
Lukas Bielesch
be862c3613 chore(eckhart): update existing components accordint to new design 2025-05-27 16:58:23 +02:00
Lukas Bielesch
82efc5e45e feat(eckahrt): implement show info UI trait function 2025-05-27 16:58:23 +02:00
Lukas Bielesch
ee4d91dabc feat(eckhart): prompt backup flow 2025-05-27 16:58:22 +02:00
Lukas Bielesch
f3b12ef7d3 chore(eckhart): temporarily implement show progress UI trait function 2025-05-27 16:58:04 +02:00
Lukas Bielesch
b172b9a41e feat(eckhart): confirm reset flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
90cf8faa67 chore(eckhart): add warning text styles 2025-05-27 16:58:04 +02:00
Lukas Bielesch
fc6ab53b3c chore(eckhart): implement Swipable trait for vertical menu screen 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ec7d7d5335 core(eckhart): Fix failing unit test and warnings 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d5abab2827 feat(eckhart): Full-screen get count component 2025-05-27 16:58:04 +02:00
obrusvit
648ce4ed12 feat(eckhart): add easing and rollback to HtC anim
- also switch corner icons to 4px width
2025-05-27 16:58:04 +02:00
obrusvit
1180f0ce41 feat(eckhart): add alpha to ScreenBorder 2025-05-27 16:58:04 +02:00
obrusvit
0ba54b2802 chore(eckhart): fix some clippy warnings 2025-05-27 16:58:04 +02:00
Lukas Bielesch
20d5c2364f feat(eckhart): Add SLIP39 input component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
8353c2ed8d feat(eckhart): Add BIP39 input component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
54772cad31 feat(eckhart): full-screen mnemonic component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
21043a7428 feat(eckhart): passphrase flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d3f6620463 feat(eckhart): full-screen passphrase component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
c61f2b8e29 feat(eckhart): full-screen PIN keyboard component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
6195198367 feat(eckhart): keypad component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e6ee930a35 feat(ui): Add visibility-checking function to Maybe struct 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e922a6958c feat(ui): Add function for expanding Button touch area 2025-05-27 16:58:04 +02:00
Lukas Bielesch
36ab23abc9 feat(eckhart): Add common keyboard functionality 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e3a123152d feat(eckhart): keyboard button styles 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d1c5b3dda0 feat(eckhart): Add parametrized content offset to Button 2025-05-27 16:58:04 +02:00
Lukas Bielesch
69741a520d chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu. 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ce33cb87dd feat(eckhart): full-screen select word component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ff7346fc3d chore(eckhart): Remove redundant code 2025-05-27 16:58:04 +02:00
Lukas Bielesch
55750b244e chore(eckhart): Add dynamic padding option to vertical menu.
Update rendering of separarators in vertical menu.
2025-05-27 16:58:04 +02:00
Lukas Bielesch
c3fb5d706d feat(eckhart): Add new Button 'is_pressed' function 2025-05-27 16:58:04 +02:00
Lukas Bielesch
a72000a7e4 chore(eckhart): fix button text and subtext rendering 2025-05-27 16:58:04 +02:00
Lukas Bielesch
4250af3672 feat(eckhart): button styles for select word component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
0d07489899 feat(eckhart): share words flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
6dabb8f548 feat(eckhart): full-screen share words component 2025-05-27 16:57:41 +02:00
Lukas Bielesch
5b0749012d chore(eckhart): improve HTC animation 2025-05-27 16:57:41 +02:00
obrusvit
77f86fd132 feat(eckhart): expand touch area of ActionBar 2025-05-27 16:57:41 +02:00
obrusvit
f7401a2a90 feat(eckhart): implement hold to confirm anim
- HoldToConfirmAnim is driven by the ActionBar in case the right_button
is configured with `long_press`
- HoldToConfirmAnim optionally draws an Header overaly with custom text
- disabling animations is respected
- easing function is not yet finalized
- a few minor fixes along the way
2025-05-27 16:57:41 +02:00
obrusvit
2ac3661e03 feat(eckhart): implement ScreenBorder overlay
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-05-27 16:57:41 +02:00
Lukas Bielesch
738a5e1a37 feat(eckhart): Update vertical menu components 2025-05-27 16:57:41 +02:00
Lukas Bielesch
0c6a7c183b feat(eckhart): Add new Back Header message type 2025-05-27 16:57:41 +02:00
Lukas Bielesch
3c992bec3f feat(eckhart): Add MenuItem button content type 2025-05-27 16:57:41 +02:00