feat(FN-5018): wire create-pr review surface in TaskReviewTab

Wires the PR-create review surface into the task review flow, adding the UI surface to `TaskReviewTab`, `TaskDetailModal`, and `PrPanel` for reviewing PR creation as part of task review. Includes tests covering the create-PR review flow in both `TaskDetailModal` and `TaskReviewTab`.

Fusion-Task-Id: FN-5018
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 06:31:55 -07:00
committed by gsxdsm
parent 0607ca518f
commit 5a1794fc55
6 changed files with 151 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": patch
---
Wire the redesigned Create-PR modal into the task detail modal and the merge/review tab so
PrPanel's Create button and a new review-tab Create-PR action open the same flow. Fixes the
FN-4758 follow-up where PrPanel was mounted with `onRequestCreatePr={undefined}`.