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
Is your feature request related to a problem? Please describe.
Currently, overdue tasks are not visually distinguished from other tasks, making it harder for users to prioritize their attention on tasks that require immediate action.
Describe the solution you'd like
Modify the task list UI to highlight overdue tasks by displaying them in red text or adding a red border/background.
Automatically check task deadlines and apply the highlighting to tasks where the due date/time has passed.
Ensure that the highlighting updates dynamically as time progresses.
Additional context
Use Flutter’s DateTime.now() to compare the task’s deadline with the current time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, overdue tasks are not visually distinguished from other tasks, making it harder for users to prioritize their attention on tasks that require immediate action.
Describe the solution you'd like
Modify the task list UI to highlight overdue tasks by displaying them in red text or adding a red border/background.
Automatically check task deadlines and apply the highlighting to tasks where the due date/time has passed.
Ensure that the highlighting updates dynamically as time progresses.
Additional context
Use Flutter’s DateTime.now() to compare the task’s deadline with the current time.
The text was updated successfully, but these errors were encountered: