feat(KB-655): change hideDoneTasks default to true

- Change ListView hideDoneTasks default from false to true
- Archived tasks are now hidden by default in list view
- Users can show archived tasks via the 'Show Done' button
- Update ListView tests to account for new default behavior
- Fix test assertions for archived task checkbox selection
This commit is contained in:
gsxdsm
2026-04-01 06:57:14 -07:00
parent e08eb60cf0
commit a48a7d7466
3 changed files with 83 additions and 60 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Change hideDoneTasks default to true in ListView. Archived tasks are now hidden by default and can be shown via the "Show Done" button.