-
Notifications
You must be signed in to change notification settings - Fork 72k
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
Wip/duration #1178
Wip/duration #1178
Conversation
Current coverage is
|
a12afbf
to
e1b260e
Compare
@jasoncalabrese your comments/improvements? |
Not sure about turning off fields for the default 'BG Check' event type, I think lots of people don't bother with the event type. Would need to change the UI to the common types more visible. For the visualization,I think we should try to make it a little lighter, maybe drop the outlines. Also think we should be careful about about introducing more colors and things before getting temp basal and combo boluses in. |
That's one of the reason to add this, grandparents mostly didn't change eventType |
With temp basals and combo boluses we'll need even more fields. Without hiding unneeded fields drawer becomes confusing |
yeah, I see that issue too, maybe at first we only show the new fields for new types? A different UI would encourage better type selection. |
3c22c50
to
13ebc66
Compare
$('#basals-switch').change(function switchChart (event) { | ||
window.Nightscout.client.chart.basals.attr('display', $('#basals-switch').is(':checked') ? '' : 'none'); | ||
if (event) { | ||
event.preventDefault(); |
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.
maybe a event.stopPropagation()
here would stop the tooltip from showing on toggle?
huge step forward thanks @MilosKozak |
No description provided.