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