Description
On the dashboard, users should be able to filter tasks by status (active, paused) and sort them by creation date or next due date.
Requirements
- Add UI controls for filtering and sorting.
- Implement the logic to apply these locally to the task list.
- Maintain current state in URL query parameters.
Description
On the dashboard, users should be able to filter tasks by status (active, paused) and sort them by creation date or next due date.
Requirements