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(#225): 24-hour binary clock #229

Merged
merged 2 commits into from
Mar 23, 2024

Conversation

khwolf
Copy link

@khwolf khwolf commented Mar 14, 2024

Obeys the users wish to display a 24h binary clock.

Fixes #225

Obeys the users wish to display a 24h binary clock.
@khwolf khwolf mentioned this pull request Mar 14, 2024
Copy link
Owner

@jkuester jkuester left a comment

Choose a reason for hiding this comment

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

With your original implementation, the clock format would not get updated when the time format was set to "Follow system settings" and the user changes their system time format. Detecting the change in the system settings required tapping into the updateClock flow, but allowed me to centralize the logic back in BinaryClockView, which was nice.

@jkuester jkuester changed the title Fix #225 24-hour binary clock fix(#225): 24-hour binary clock Mar 23, 2024
@jkuester jkuester merged commit fdd08a5 into jkuester:master Mar 23, 2024
1 check passed
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.

24-hour binary clock
2 participants