feat(FN-900): replace ChangedFilesModal with files tab in TaskDetailModal

- Add initialTab prop to TaskDetailModal to open directly on a specific tab
- Replace onOpenFilesForTask with onOpenDetailWithTab across App, Board, Column, WorktreeGroup
- Update TaskCard click handlers to open detail modal with files tab instead of separate modal
- Delete ChangedFilesModal component and useChangedFiles hook (296 + 78 lines removed)
- Remove associated tests (ChangedFilesModal.test.tsx, useChangedFiles.test.ts)
- Add changeset for patch release
This commit is contained in:
gsxdsm
2026-04-04 17:26:51 -07:00
parent 4802f7fa5a
commit c16c8b9965
11 changed files with 54 additions and 1486 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Replace separate "files changed" dialog with task detail modal's changes tab. Clicking "files changed" on a task card now opens the task detail modal directly to the changes tab instead of showing a separate modal.