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

Update tiles logged out state to prevent cut off overflow, shortcuts tile label #3975

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

jpelgrom
Copy link
Member

Summary

There was another review failure about text sizes on Wear, and after playing with some string lengths I found it was possible to have text cut off on the logged out state for tiles (but only after making strings longer - maybe Google has an extremely small test device?). This PR limits length of logged out state string to the recommendation to prevent text cut off, and shortens strings to help with translations.

(Also a minor related fix for inconsistent shortcuts tile name usage.)

Screenshots

Before (forced) After
Tile with a 4th line of text barely visible and cut off by button Tile with only 2 lines of text, all visible

Link to pull request in Documentation repository

n/a

Any other notes

 - Limit length of logged out state string to prevent text cut off and shorten strings to help with translations
 - Fix inconsistent shortcuts tile name
@JBassett JBassett merged commit 7d76bb4 into home-assistant:master Oct 28, 2023
@jpelgrom jpelgrom deleted the tile-names-overflow branch October 28, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants