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

Ensure that wallet history text does not overflow #908

Closed
wants to merge 1 commit into from

Conversation

luckysori
Copy link
Contributor

At least on Linux, when running just run I would consistently get warnings directly on the UI on every wallet history item. Each one would say Bottom overflowed by 6.0 pixels. This is annoying when developing, but I believe it's also a sign that we were doing something wrong. Hence this fix.

Before:

image

After:

image

At least on Linux, when running `just run` I would consistently get
warnings directly on the UI on every wallet history item. Each one
would say `Bottom overflowed by 6.0 pixels`. This is annoying when
developing, but I believe it's also a sign that we were doing
something wrong. Hence this fix.
@luckysori luckysori requested review from holzeis and da-kami July 5, 2023 13:38
@luckysori luckysori self-assigned this Jul 5, 2023
@holzeis
Copy link
Contributor

holzeis commented Jul 5, 2023

Left without these changes and right with them. to be honest I don't think reducing the font size is an improvement on the phone.

Screenshot 2023-07-05 at 20 43 37

Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

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

I am against this change as we are targeting mobile users and I don't think this will improve the experience for them.

@luckysori
Copy link
Contributor Author

It does look pretty terrible on the phone, what a shame.

Thanks for testing it out, @holzeis.

@luckysori luckysori closed this Jul 5, 2023
@klochowicz
Copy link
Contributor

@luckysori perhaps you're missing some fonts and the substitutes are different size? this does not happen on desktop of macOS.

@luckysori
Copy link
Contributor Author

@luckysori perhaps you're missing some fonts and the substitutes are different size? this does not happen on desktop of macOS.

Could be!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants