1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-02 16:26:19 +00:00
Commit Graph

14551 Commits

Author SHA1 Message Date
obrusvit
aaaf074a70 refactor(eckhart): ignore empty description
- don't show empty text in confirm_action
2025-03-01 14:09:27 +01:00
obrusvit
5edb72ebe9 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-03-01 14:08:28 +01:00
obrusvit
cea2d5f72f refactor(eckhart): separate theme to fw and bld 2025-02-28 17:00:15 +01:00
obrusvit
a453c9de90 refactor(eckhart): separate firmware components 2025-02-28 15:38:28 +01:00
Lukas Bielesch
33de234c7a feat(eckhart): full-screen input number component 2025-02-28 14:35:06 +01:00
Lukas Bielesch
013ce4da45 chore(eckhart): add action bar touch expansion function 2025-02-28 14:35:06 +01:00
Lukas Bielesch
bb50570808 chore(eckhart): add plus and minus icons 2025-02-28 14:35:06 +01:00
Lukas Bielesch
270164198f chore(eckhart): update existing components accordint to new design 2025-02-28 14:30:51 +01:00
Lukas Bielesch
19bc40dd48 feat(eckahrt): implement show info UI trait function 2025-02-28 14:30:51 +01:00
Lukas Bielesch
9093429e70 feat(eckhart): prompt backup flow 2025-02-28 14:30:51 +01:00
Lukas Bielesch
253dc50527 chore(eckhart): temporarily implement show progress UI trait function 2025-02-28 14:30:51 +01:00
Lukas Bielesch
3d6409b613 feat(eckhart): confirm reset flow 2025-02-28 14:30:51 +01:00
Lukas Bielesch
402da62ac3 chore(eckhart): add warning text styles 2025-02-28 14:30:51 +01:00
Lukas Bielesch
9f3bcfaa9a chore(eckhart): implement Swipable trait for vertical menu screen 2025-02-28 14:30:51 +01:00
Lukas Bielesch
6bd675a709 core(eckhart): Fix failing unit test and warnings 2025-02-28 12:23:27 +01:00
Lukas Bielesch
526b304fa6 feat(eckhart): Full-screen get count component 2025-02-27 23:26:10 +01:00
obrusvit
3791a3cfff feat(eckhart): add easing and rollback to HtC anim
- also switch corner icons to 4px width
2025-02-26 17:21:46 +01:00
obrusvit
483b1d8c07 feat(eckhart): add alpha to ScreenBorder 2025-02-26 17:21:46 +01:00
obrusvit
119748d743 chore(eckhart): de-duplicate "Keep holding" TStr 2025-02-26 17:21:46 +01:00
obrusvit
e992b77924 chore(eckhart): fix some clippy warnings 2025-02-26 16:46:35 +01:00
Lukas Bielesch
0db51e8624 feat(eckhart): Add SLIP39 input component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
caf3c304ed feat(eckhart): Add BIP39 input component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
93f900b734 feat(eckhart): full-screen mnemonic component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
89b05ae0d3 feat(eckhart): passphrase flow 2025-02-26 16:46:35 +01:00
Lukas Bielesch
cfb3a6dd6b feat(eckhart): full-screen passphrase component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
a1ff7d6ee3 feat(eckhart): full-screen PIN keyboard component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
478cf9045d feat(eckhart): keypad component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
305f535067 feat(ui): Add visibility-checking function to Maybe struct 2025-02-26 15:55:18 +01:00
Lukas Bielesch
40ba04054f feat(ui): Add function for expanding Button touch area 2025-02-26 15:55:18 +01:00
Lukas Bielesch
84dc09ffcc feat(eckhart): Add common keyboard functionality 2025-02-26 15:55:18 +01:00
Lukas Bielesch
a1a52713ee feat(eckhart): keyboard button styles 2025-02-26 15:55:18 +01:00
Lukas Bielesch
78656bdfff feat(eckhart): Add parametrized content offset to Button 2025-02-26 15:55:18 +01:00
Lukas Bielesch
7109b8c971 chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu. 2025-02-26 15:55:18 +01:00
Lukas Bielesch
38447e0ce1 feat(eckhart): full-screen select word component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
c007402b4c chore(eckhart): Remove redundant code 2025-02-26 15:55:18 +01:00
Lukas Bielesch
fc993370c1 chore(eckhart): Add dynamic padding option to vertical menu.
Update rendering of separarators in vertical menu.
2025-02-26 15:55:18 +01:00
Lukas Bielesch
44aabc25b3 feat(eckhart): Add new Button 'is_pressed' function 2025-02-26 15:55:18 +01:00
Lukas Bielesch
26b82b292b chore(eckhart): fix button text and subtext rendering 2025-02-26 15:55:18 +01:00
Lukas Bielesch
6dac00c911 feat(eckhart): button styles for select word component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
b09c305878 feat(eckhart): share words flow 2025-02-26 15:55:18 +01:00
Lukas Bielesch
cc0d718755 feat(eckhart): full-screen share words component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
ee88c044ae chore(eckhart): improve HTC animation 2025-02-26 15:55:18 +01:00
obrusvit
8da8cdf85f feat(eckhart): expand touch area of ActionBar 2025-02-26 15:55:18 +01:00
obrusvit
7bdbeee79c 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-02-26 15:55:18 +01:00
obrusvit
4744d7a093 feat(eckhart): implement ScreenBorder overlay
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-02-26 15:55:18 +01:00
Lukas Bielesch
d0669956ea feat(eckhart): Update vertical menu components 2025-02-26 15:55:18 +01:00
Lukas Bielesch
c9e9d2a3cb feat(eckhart): Add new Back Header message type 2025-02-26 15:55:18 +01:00
Lukas Bielesch
c4f7168134 feat(eckhart): Add MenuItem button content type 2025-02-26 15:55:18 +01:00
Lukas Bielesch
364772c1e8 feat(eckhart): Add battery icons 2025-02-26 15:55:18 +01:00
Lukas Bielesch
f7dbfe991c feat(eckhart): Add vertical menu button styles 2025-02-26 15:55:18 +01:00