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:
5
.changeset/fn-900-files-changed-tab.md
Normal file
5
.changeset/fn-900-files-changed-tab.md
Normal 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.
|
||||
Reference in New Issue
Block a user