Files
fusion/.changeset/fn-900-files-changed-tab.md
gsxdsm bc900a1a8c 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
2026-04-04 17:26:51 -07:00

248 B

@gsxdsm/fusion
@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.