feat(KB-049): add hide done tasks toggle to list view
- Add toggle UI for hiding completed tasks in ListView component - Implement filtering logic to conditionally render done tasks - Add comprehensive tests for hide done tasks feature - Include changeset for the new feature - Update vitest configs and clean up gitignore coverage entries
This commit is contained in:
5
.changeset/hide-done-tasks-list-view.md
Normal file
5
.changeset/hide-done-tasks-list-view.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Add ability to hide done tasks in list view. The toggle persists in localStorage and helps declutter the view when many tasks are completed.
|
||||
Reference in New Issue
Block a user