Is your feature request related to a problem? Please describe.
Currently, overdue tasks look the same as regular ones, making it difficult for users to quickly spot pending or late work.
Describe the solution you'd like
- Visually highlight overdue tasks by changing their text or background color (e.g., red).
- This can be done by comparing the task’s due date with the current date and conditionally applying a TWCSS class.
Describe alternatives you've considered
- Adding a small “⚠️ Overdue” badge next to the task but it clutters the UI
- Sorting overdue tasks to the top of the list
Additional context
- This will help users easily identify and prioritize overdue tasks.
- Could be implemented using a simple date check in the frontend task rendering logic.
Is your feature request related to a problem? Please describe.
Currently, overdue tasks look the same as regular ones, making it difficult for users to quickly spot pending or late work.
Describe the solution you'd like
Describe alternatives you've considered
Additional context