Lukas Bielesch
0d4c23ff79
feat(eckhart): prompt backup flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
e9142c42c8
chore(eckhart): temporarily implement show progress UI trait function
2025-05-15 12:40:15 +02:00
Lukas Bielesch
eac88b5808
feat(eckhart): confirm reset flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
82c9907e68
chore(eckhart): add warning text styles
2025-05-15 12:40:15 +02:00
Lukas Bielesch
9939f29605
chore(eckhart): implement Swipable trait for vertical menu screen
2025-05-15 12:40:15 +02:00
Lukas Bielesch
5b3774d7fa
core(eckhart): Fix failing unit test and warnings
2025-05-15 12:40:15 +02:00
Lukas Bielesch
7680babd3b
feat(eckhart): Full-screen get count component
2025-05-15 12:40:15 +02:00
obrusvit
e8b112a1ca
feat(eckhart): add easing and rollback to HtC anim
...
- also switch corner icons to 4px width
2025-05-15 12:40:15 +02:00
obrusvit
33578fd822
feat(eckhart): add alpha to ScreenBorder
2025-05-15 12:40:15 +02:00
obrusvit
131e356d8e
chore(eckhart): fix some clippy warnings
2025-05-15 12:40:15 +02:00
Lukas Bielesch
0c033559a0
feat(eckhart): Add SLIP39 input component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
a7ed42acf2
feat(eckhart): Add BIP39 input component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
e66056d9d2
feat(eckhart): full-screen mnemonic component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
deb3e42ef8
feat(eckhart): passphrase flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
399df669d7
feat(eckhart): full-screen passphrase component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
a2eb2cd0d0
feat(eckhart): full-screen PIN keyboard component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
2cfbef5f14
feat(eckhart): keypad component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
a7c3e6c5db
feat(ui): Add visibility-checking function to Maybe struct
2025-05-15 12:40:15 +02:00
Lukas Bielesch
28d9c8c7cd
feat(ui): Add function for expanding Button touch area
2025-05-15 12:40:15 +02:00
Lukas Bielesch
a5aa78fd9d
feat(eckhart): Add common keyboard functionality
2025-05-15 12:40:15 +02:00
Lukas Bielesch
c15888d374
feat(eckhart): keyboard button styles
2025-05-15 12:40:15 +02:00
Lukas Bielesch
d5b607668b
feat(eckhart): Add parametrized content offset to Button
2025-05-15 12:40:15 +02:00
Lukas Bielesch
1672c5fa61
chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu.
2025-05-15 12:40:15 +02:00
Lukas Bielesch
3e34ba8e19
feat(eckhart): full-screen select word component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
052b3c42d4
chore(eckhart): Remove redundant code
2025-05-15 12:40:15 +02:00
Lukas Bielesch
e21dab04aa
chore(eckhart): Add dynamic padding option to vertical menu.
...
Update rendering of separarators in vertical menu.
2025-05-15 12:40:15 +02:00
Lukas Bielesch
2877355cca
feat(eckhart): Add new Button 'is_pressed' function
2025-05-15 12:40:15 +02:00
Lukas Bielesch
67cb417a1e
chore(eckhart): fix button text and subtext rendering
2025-05-15 12:40:15 +02:00
Lukas Bielesch
9a787e72bc
feat(eckhart): button styles for select word component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
3ec0d291ad
feat(eckhart): share words flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
d8ee28f28d
feat(eckhart): full-screen share words component
2025-05-15 12:40:15 +02:00
Lukas Bielesch
df3474dc95
chore(eckhart): improve HTC animation
2025-05-15 12:40:15 +02:00
obrusvit
f38d16cee5
feat(eckhart): expand touch area of ActionBar
2025-05-15 12:40:15 +02:00
obrusvit
25f52db8be
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-15 12:40:15 +02:00
obrusvit
8305e7d82d
feat(eckhart): implement ScreenBorder overlay
...
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-05-15 12:40:15 +02:00
Lukas Bielesch
269b9e496e
feat(eckhart): Update vertical menu components
2025-05-15 12:40:15 +02:00
Lukas Bielesch
3f92623d44
feat(eckhart): Add new Back Header message type
2025-05-15 12:40:15 +02:00
Lukas Bielesch
bd224857b7
feat(eckhart): Add MenuItem button content type
2025-05-15 12:40:15 +02:00
Lukas Bielesch
cdc6cc8e3c
feat(eckhart): Add battery icons
2025-05-15 12:40:14 +02:00
Lukas Bielesch
c234611625
feat(eckhart): Add vertical menu button styles
2025-05-15 12:40:14 +02:00
obrusvit
d380e1c258
feat(eckhart): full-screen vertical menu component
2025-05-15 12:40:14 +02:00
obrusvit
b200d3a43f
feat(eckhart): implement a few show_xyz functions
2025-05-15 12:40:14 +02:00
obrusvit
48c9b4a3ea
feat(eckhart): implement confirm_value
2025-05-15 12:40:14 +02:00
obrusvit
1f4e2d3f64
feat(eckhart): implement confirm_action
2025-05-15 12:40:14 +02:00
obrusvit
8a7ac14662
feat(core): add color op to FormattedText
...
[no changelog]
2025-05-15 12:40:14 +02:00
obrusvit
81226f14ac
feat(eckhart): full-screen textual component
...
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
2025-05-15 12:40:14 +02:00
obrusvit
25bba743ea
feat(eckhart): action bar component
2025-05-15 12:40:14 +02:00
obrusvit
0803e3b79b
feat(eckhart): hint component
2025-05-15 12:40:14 +02:00
obrusvit
0f60f009d6
feat(eckhart): header component
2025-05-15 12:40:14 +02:00
obrusvit
e9afd2167a
feat(eckhart): provisional homescreen
2025-05-15 12:40:14 +02:00