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
301 B
301 B
@runfusion/fusion
| @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}.