1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-19 13:08:14 +00:00
Commit Graph

215 Commits

Author SHA1 Message Date
grdddj
47f7ec6972 WIP - design of Receive flow 2023-01-17 11:02:27 +01:00
grdddj
c0e657e0d1 WIP - delete unused icons 2023-01-17 11:02:27 +01:00
grdddj
e4f095b824 WIP - design of Send flow 2023-01-17 11:02:27 +01:00
grdddj
916ac22fa8 WIP - replacing T: AsRef<str> by StrBuffer 2023-01-17 11:02:27 +01:00
grdddj
cafb23c398 WIP - various code quality improvements 2023-01-17 11:02:27 +01:00
grdddj
77c2c7f6ba WIP - replace LineAlignment with Alignment 2023-01-17 11:02:27 +01:00
grdddj
9763ba70a7 WIP - fix scrollbar taking bigger area than it should 2023-01-17 11:02:27 +01:00
grdddj
3a415d7df5 WIP - remove confirm_text and replace it with confirm_action 2023-01-17 11:02:26 +01:00
grdddj
4374642192 WIP - delete FormattedText, use Paragraphs in confirm_action 2023-01-17 11:01:09 +01:00
grdddj
9fb5213348 WIP - delete model_tt/event.rs 2023-01-17 11:01:09 +01:00
grdddj
3d89465d23 WIP - delete model_1 from core 2023-01-17 11:01:09 +01:00
grdddj
bb0f2423d8 WIP - create input_methods dir 2023-01-17 11:01:09 +01:00
grdddj
c5ad2937c1 WIP - progress, homescreen, Popup, draw_simple, device tests 2023-01-17 11:01:09 +01:00
grdddj
cf3687263f WIP - fixes after rebase 2023-01-17 11:01:09 +01:00
grdddj
3c38d74a76 WIP - improvement comments 2023-01-17 11:01:09 +01:00
grdddj
216be62470 WIP - show prompts in PIN entry 2023-01-17 11:01:09 +01:00
grdddj
fb487b467f WIP - update the eye icon 2023-01-17 11:01:09 +01:00
grdddj
5a01eced1f WIP - change tutorial wording 2023-01-17 11:01:09 +01:00
grdddj
e9077d7eda WIP - seed backup improvements 2023-01-17 11:01:09 +01:00
grdddj
3434838bbe WIP - bip39 design improvements 2023-01-17 11:01:09 +01:00
grdddj
f1536c602b WIP - seed backup design 2023-01-17 11:01:09 +01:00
grdddj
d6b1f7f329 WIP - fix ruststyle 2023-01-17 11:01:09 +01:00
grdddj
cfd0be4bb2 WIP - decrease some icon sizes 2023-01-17 11:01:09 +01:00
grdddj
8d7fc11b87 WIP - after rebase fixes 2023-01-17 11:01:09 +01:00
grdddj
825f94b2f2 WIP - fix Choice starting at nonzero index 2023-01-17 11:01:08 +01:00
grdddj
7a43804c76 WIP - not adding next_page arrow at the end of the sentence 2023-01-17 11:01:08 +01:00
grdddj
92dcd3d9c1 WIP - bip39 words not using carousel 2023-01-17 11:01:08 +01:00
grdddj
4c4cd870b9 WIP - scrollbar showing at most 5 dots of different sizes 2023-01-17 11:01:08 +01:00
grdddj
ab8de63c5b WIP - use horizontal scrollbar at the top right 2023-01-17 11:01:08 +01:00
grdddj
1f35a64c3b WIP - fixes and comments 2023-01-17 11:01:08 +01:00
tychovrahe
3c441d089b fix(core/rust): center the middle TR button when using arms 2023-01-17 11:01:08 +01:00
tychovrahe
650ec00605 refactor(core/rust): make choice page more reusable by allowing custom content 2023-01-17 11:01:08 +01:00
grdddj
728e05c7d7 WIP - implementing QR code 2023-01-17 11:01:07 +01:00
grdddj
c965dad355 WIP - recovery with carousel and with bin as item 2023-01-17 11:00:33 +01:00
grdddj
9e243245d5 WIP - some UI unifications between all models 2023-01-17 11:00:33 +01:00
grdddj
fac8c6e7f3 WIP - not using carousel in # of words 2023-01-17 11:00:33 +01:00
grdddj
d679ce0a2b WIP - fix header in Flow pages 2023-01-17 11:00:33 +01:00
grdddj
83bbb230a5 WIP - show next page arrow instead of ellipsis 2023-01-17 11:00:33 +01:00
grdddj
8c39fa14c9 WIP - implement confirm_properties 2023-01-17 11:00:33 +01:00
grdddj
33a8312fe3 WIP - decrease the font size in Flow pages 2023-01-17 11:00:33 +01:00
grdddj
99563a973e WIP - add prev_page and next_page icon 2023-01-17 11:00:33 +01:00
grdddj
761976aa89 WIP - delete the special PIN confirm functionality 2023-01-17 11:00:31 +01:00
grdddj
3f6de842df WIP - special share words component 2023-01-17 11:00:00 +01:00
grdddj
ed84e6fc3a WIP - decrease Unifont height to 12 pixels 2023-01-17 11:00:00 +01:00
grdddj
804c8c59ab WIP - backup bigger font 2023-01-17 11:00:00 +01:00
grdddj
0ec578e05a WIP - fixes, wording, tutorial 2023-01-17 11:00:00 +01:00
grdddj
092d2ab602 WIP - PIN starts at digit 0 2023-01-17 10:59:59 +01:00
grdddj
64ff35b59b WIP - designs for smaller screen 2023-01-17 10:59:59 +01:00
grdddj
a541ac4cf8 WIP - fixes after rebase 2023-01-17 10:59:58 +01:00
grdddj
97a821dbf4 feat(tests): setup UI tests for model R
[no changelog]
2023-01-17 10:55:59 +01:00