- 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
175 B
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.