feat(KB-651): add changed files diff viewer for tasks
- Add backend API endpoint to get changed files and diffs for a task worktree - Add useChangedFiles hook for fetching and managing diff data - Create ChangedFilesModal component with file list and diff viewer - Integrate modal into TaskCard with click handler to view changes - Add frontend API integration and type definitions - Include unit tests for hook and modal components - Add changeset for the new feature - Remove deprecated mission-related test files
This commit is contained in:
5
.changeset/changed-files-diff-viewer.md
Normal file
5
.changeset/changed-files-diff-viewer.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": minor
|
||||
---
|
||||
|
||||
Add changed files diff viewer to dashboard. Clicking "files changed" on a task card now shows a dedicated view with file diffs instead of the generic file browser.
|
||||
Reference in New Issue
Block a user