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:
gsxdsm
2026-03-29 19:45:51 -07:00
parent dd671f080c
commit ad94c51836
4 changed files with 269 additions and 20 deletions

View 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.