From 1f87ad4554d607a5a8340ea127581095ead71d48 Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 29 Apr 2026 01:26:25 -0500 Subject: [PATCH] Add pre-fill review notice on every step, fix CORES address detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Yellow banner on each step: "We've pre-filled this from your FCC records. Please review carefully and correct any information that is inaccurate." - Only shows when accessed via token/FRN (post-payment intake) - CORES address: filter by company name suffix (LLC/Inc/Corp) instead of requiring a number — addresses like "PO Box 123" now work Co-Authored-By: Claude Opus 4.6 (1M context) --- site/src/components/intake/Wizard.astro | 16 ++++++++++++++++ .../components/intake/steps/OfficerStep.astro | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/site/src/components/intake/Wizard.astro b/site/src/components/intake/Wizard.astro index 83cd892..6f1248d 100644 --- a/site/src/components/intake/Wizard.astro +++ b/site/src/components/intake/Wizard.astro @@ -131,6 +131,11 @@ const STEP_LABELS: Record = {