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
Lukas Bielesch
e772677b06
feat(eckhart): button styles for select word component
2025-04-16 17:11:06 +02:00
Lukas Bielesch
39b81b9d2d
feat(eckhart): share words flow
2025-04-16 17:11:06 +02:00
Lukas Bielesch
93c78b548b
feat(eckhart): full-screen share words component
2025-04-16 17:11:06 +02:00
Lukas Bielesch
9c4cf034db
chore(eckhart): improve HTC animation
2025-04-16 17:11:06 +02:00
obrusvit
82e58ced3b
feat(eckhart): expand touch area of ActionBar
2025-04-16 17:11:06 +02:00
obrusvit
a5bb525c73
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-04-16 17:11:06 +02:00
obrusvit
13009079e7
feat(eckhart): implement ScreenBorder overlay
...
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-04-16 17:11:06 +02:00
Lukas Bielesch
8761702970
feat(eckhart): Update vertical menu components
2025-04-16 17:11:06 +02:00
Lukas Bielesch
0a49c0f8e0
feat(eckhart): Add new Back Header message type
2025-04-16 17:11:06 +02:00