diff --git a/frontend/src/routes/jobs/JobDetail.tsx b/frontend/src/routes/jobs/JobDetail.tsx index 45b13ba..242f14d 100644 --- a/frontend/src/routes/jobs/JobDetail.tsx +++ b/frontend/src/routes/jobs/JobDetail.tsx @@ -343,6 +343,51 @@ export function JobDetail() { {/* Tab Content */} {renderTabContent()} + + {/* Review Action Button */} + {job.status === 'pending_qc' && ( +
+
+
+

Ready for QC Review

+

+ This job is awaiting quality control review. Review and approve the captions and audio descriptions. +

+
+ + + + + Go to QC Review + +
+
+ )} + + {job.status === 'pending_final_review' && ( +
+
+
+

Ready for Final Review

+

+ All translations and audio are complete. Perform the final review before delivery. +

+
+ + + + + Go to Final Review + +
+
+ )} {/* Sidebar */}