Files
fusion/.changeset/hide-done-tasks-list-view.md
gsxdsm d64638a515 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
2026-03-29 19:45:51 -07:00

175 B

@dustinbyrne/kb
@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.