1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-01 10:20:59 +00:00
trezor-firmware/core/embed
obrusvit 9bff86142d refactor(core): move and cleanup show_share_words
- model_t version was moved from using plain Paragraph to a dedicated
component `ShareWords` so that it's consistent with other models. This
allowed to move formatting to Rust and allowed the trait function to
have `words` parameter of type `Vec<TString, 33>`
- model_r ShareWords::render slightly refactored to be consistent with
the new model_t version
- mercury uses a unique version. The reason is that mercury SwipeFlow
contains also the initial screen with instructions and prompt screen at
the end.
2024-11-21 13:07:07 +01:00
..
gfx refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
io refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
models refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
projects feat(core): introduce trezorui_api 2024-11-19 16:24:23 +01:00
rtl refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
rust refactor(core): move and cleanup show_share_words 2024-11-21 13:07:07 +01:00
sec refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
sys refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
upymod feat(core): introduce trezorui_api 2024-11-19 16:24:23 +01:00
util refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00