1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00
trezor-firmware/tests/ui_tests
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
..
reporting style: apply black 20.8b1 2020-09-29 11:30:40 +02:00
screens tests/ui: replace many hash.txt files with one large one 2020-01-31 13:05:58 +00:00
__init__.py fix(tests): fix trimming of fixture names to avoid collisions 2021-01-20 14:09:27 +01:00
.gitignore test(core): print fixtures suggestion after the test 2020-10-06 21:17:28 +02:00
fixtures.json refactor(core): introduce layouts 2021-02-10 13:57:19 +01:00