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
fix(web): render date-only due dates without a time component (#248)
When a task is given a due date without a time, the value is stored at the
end of the day (23:59:59.999) as a date-only sentinel. The task views,
however, always rendered the due date with that time and the inline table
editor forced a date+time mode, so a meaningless time appeared whenever only
a date was selected (issue #215).
Add `DueDateUtils.isDateOnly` to detect the sentinel and:
- hide the time in the task list and task card due-date displays for
date-only due dates
- let the inline due-date editor toggle between date-only and date+time via
FlexibleDateTimeInput, defaulting to the current value's granularity
https://claude.ai/code/session_018XwCELPc4u4QsnxXqAhNa4
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments