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

fix(core): restore ellipsis functionality on TR #4216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matejcik
Copy link
Contributor

#4121 broke a little thing that Rust's unused variable detection told me about

for passphrase, this PR restores to pre-4121 state
the PIN confuses me a little, it might be more broken than what this single change affected?

@matejcik matejcik removed the request for review from prusnak September 24, 2024 14:41
Copy link

legacy UI changes device test(screens) main(screens)

Copy link

github-actions bot commented Sep 24, 2024

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) 2724
T3T1 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
All main(screens)

@Hannsek
Copy link
Contributor

Hannsek commented Sep 25, 2024

So the only change is for T3B1 in passphrase entry?

Copy link
Contributor

@TychoVrahe TychoVrahe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack.

The pin input is also affected, but a bit differently, it doesn't show the dots it just limits number of characters rendered. The difference is that PinEntry uses this ChangingText with without_ellipsis called.

The translations fixtures need updating too probably.

@matejcik matejcik added the translations Put this label on a PR to run tests in all languages label Sep 25, 2024
@Hannsek
Copy link
Contributor

Hannsek commented Sep 25, 2024

Shouldn't we unify the behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translations Put this label on a PR to run tests in all languages
Projects
Status: 🔎 Needs review
Development

Successfully merging this pull request may close these issues.

3 participants