1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00
trezor-firmware/core/src/apps/debug
Martin Milata f38abf9d89 refactor(core): introduce layouts
Layouts can be used by the application code to interact with user using
small number of dialogs or other groups of UI components. Each layout is
identified by name and takes some parameters. Most layouts will have an
implementation for each hardware model, mechanism is provided to import
the correct version so that application code can be oblivious to the
model.

This commit introduces the layout concept and converts a couple of
dialogs to use it.
2021-02-10 13:57:19 +01:00
..
__init__.py refactor(core): model-dependent UI component directories 2021-02-10 13:57:19 +01:00
load_device.py refactor(core): introduce layouts 2021-02-10 13:57:19 +01:00
show_text.py refactor(core): model-dependent UI component directories 2021-02-10 13:57:19 +01:00