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 Picker rotary input on some devices and update design #3919

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

jpelgrom
Copy link
Member

@jpelgrom jpelgrom commented Oct 5, 2023

Summary

On some devices with imprecise rotary input, such as the Galaxy Watch 4 I personally use, the picker items were too small resulting in skipping every other item which is impractical (you could only select odd-indexed items using touch). This PR updates the picker design to the design guidelines, which fixes this issue as the items are now larger. Code for style based on Horologist's DatePicker.

Screenshots

Before After
A Picker with smaller text, normal font weight and different color depending on position A Picker with larger text, bold and all the same color

Link to pull request in Documentation repository

n/a

Any other notes

Copy link
Member

@dshokouhi dshokouhi left a comment

Choose a reason for hiding this comment

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

This was annoying on my pixel watch as well 😅

@JBassett JBassett merged commit f2e9541 into home-assistant:master Oct 6, 2023
4 checks passed
@jpelgrom jpelgrom deleted the wear-picker-design-update branch October 6, 2023 15:39
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.

None yet

3 participants