onyx-tasks/crates/onyx-core
Tristan Michael 72475a552a fix: use has_time flag for due date time tracking
Replace the hours==0 && minutes==0 heuristic with an explicit has_time
bool field on Task. Existing files without the field deserialize as false
(date-only), preserving current behavior. Frontend components pass and
receive has_time through DateTimePicker's onchange callback.
2026-04-01 01:06:10 -07:00
..
src fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00
Cargo.toml rename onyx-core crate (formerly bevy-tasks-core) 2026-03-31 09:46:56 -07:00