From 9b1e428bc71ca2a88fd8cea13570d3cff7548cdd Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sun, 10 May 2026 15:37:42 +0800 Subject: [PATCH] feat: YouTube preview in review step, phase-aware submit button (Task 7) --- components/wizard/steps/review-step.tsx | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/components/wizard/steps/review-step.tsx b/components/wizard/steps/review-step.tsx index ccee5ed..581f748 100644 --- a/components/wizard/steps/review-step.tsx +++ b/components/wizard/steps/review-step.tsx @@ -177,7 +177,24 @@ export function ReviewStep({ } /> )} - + {environment.youtubeVideoId && /^[a-zA-Z0-9_-]{11}$/.test(environment.youtubeVideoId) ? ( +
+ YouTube Video +
+