You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are limitations for how far you can deliver carbs in the past or future. It would be nice if the stepper would stop incrementing/decrementing when it reaches one of those limits.
The text was updated successfully, but these errors were encountered:
I think going with Loop's UX choices is safe and I see they disable the date picker beyond its limits.
If you decide to do that, maybe look in LoopKit at the DatePickerRow which is used in Loop's CarbEntryView. You can at least see how they accomplish date limitations.
Ideally we could just reuse a UI component like DatePickerRow from LoopKit which Caregiver depends on. However there is sometimes special quirks to reusing the component in Caregiver requiring refactoring in LoopKit. So its a judgment call if worth trying to reuse it.
There are limitations for how far you can deliver carbs in the past or future. It would be nice if the stepper would stop incrementing/decrementing when it reaches one of those limits.
The text was updated successfully, but these errors were encountered: