-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Highlight clock when out of sync #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple thoughts here:
- Is changing color enough of a context? I'm not sure how easy it is to deduce that yellow == unsynchronized. Maybe we need to include
(unsynchronized)
next to it as well? - I'm going back and forth on having yellow background vs yellow text. It seems like yellow text might be less aggressive?
992deb5
to
1e4a5b7
Compare
1e4a5b7
to
f81d0a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I missed that CI is currently broke. It will look good after that's fixed. Also, could you update CI to test with Elixir 1.14.3? Elixir 1.9 and 1.10 and be removed, since other packages require at least 1.11 anyway. |
77ce7fb
to
8318380
Compare
✅ quick test on a mangopi_mq_pro as of 8318380
|
8318380
to
1572845
Compare
I'll update the CI in a separate PR. |
resolves #74
TODO