onyx-tasks/crates
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
..
bevy-tasks-cli refactor(cli): consolidate output through output module 2026-03-30 16:29:57 -07:00
onyx-cli rename onyx-cli crate (formerly bevy-tasks-cli) 2026-03-31 09:47:02 -07:00
onyx-core fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00