feat(FN-1428): remove separate Commits tab for done tasks

- Update README to reflect merged Changes tab replacing Commits tab
- Remove CommitsTab component and related imports from TaskDetailModal
- Remove commit-related modal state from useModalManager
- Update TaskDetailModal tests to remove Commits tab assertions
This commit is contained in:
gsxdsm
2026-04-09 15:10:20 -07:00
parent c32fc14381
commit 6c69820141
4 changed files with 28 additions and 51 deletions

View File

@@ -8,7 +8,6 @@ export type DetailTaskTab =
| "definition"
| "logs"
| "changes"
| "commits"
| "comments"
| "model"
| "workflow";