Skip to content

Highlight Overdue Tasks in Red #152

@its-me-abhishek

Description

@its-me-abhishek

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfrontendSomething isn't working on the frontendgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions