Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show checklist page #4673

Draft
wants to merge 65 commits into
base: ui-eckhart
Choose a base branch
from
Draft

Show checklist page #4673

wants to merge 65 commits into from

Conversation

bieleluk
Copy link
Contributor

This PR implements a show_checklist FirmwareUI trait function for Eckhart
There is one deviation from the Figma, where the number in an inactive item does not have a different font.
output
With the current API, this is not possible to achieve because the checkbox items are passed as TString parameters. I would suggest to change the API and correct this deviation once the Eckhart stuff is merged in the main main

@bieleluk bieleluk added the T3W1 label Feb 25, 2025
@bieleluk bieleluk requested a review from obrusvit February 25, 2025 11:12
@bieleluk bieleluk self-assigned this Feb 25, 2025
Copy link

github-actions bot commented Feb 25, 2025

core UI changes device test click test persistence test
T2T1 Model T test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
T3B1 Safe 3 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
T3T1 Safe 5 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
All main(screens)

obrusvit and others added 23 commits March 3, 2025 12:48
- build
- directory structure
- bootloader UI and assets copied from delizia
- FirmwareUI trait functions are empty
- Python layout functions are copied from delizia except some of more
complicated ones which raise NotImplemented for now
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
- 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
@bieleluk bieleluk force-pushed the bieleluk/eckhart-checklist branch from a797856 to 7797845 Compare March 3, 2025 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔎 Needs review
Development

Successfully merging this pull request may close these issues.

2 participants