From 38226d3afbf8b3b629bbe0434538c53de3feba3e Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Wed, 22 Jul 2026 08:47:21 +0200 Subject: [PATCH] feat(ui): clearer onboarding across start, classroom, live-atc & bridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index: replace header GitHub link with a "Sign up / Log in" primary button - start: number the modes (1. Classroom / 2. Live ATC), add headset/mic equipment chips, and unlock Live ATC immediately for new accounts - classroom: replace brand logo + experience dropdown with a clear "Back / Switch mode" link back to /start; remove the mic/STT readback input so the readback is text-only again - live-atc: first-run coach mark pointing at the "Report issue" button - bridge: add a "How do you want to train?" split — flight sim via the Bridge vs. a browser-only web version (dry run, no live sim link) Co-Authored-By: Claude Opus 4.8 --- .../live-atc/cockpit/CockpitShell.vue | 177 +++++++++++- app/pages/classroom.vue | 262 +++++------------- app/pages/start.vue | 95 +++++-- 3 files changed, 299 insertions(+), 235 deletions(-) diff --git a/app/components/live-atc/cockpit/CockpitShell.vue b/app/components/live-atc/cockpit/CockpitShell.vue index 1c66a46..a5a745f 100644 --- a/app/components/live-atc/cockpit/CockpitShell.vue +++ b/app/components/live-atc/cockpit/CockpitShell.vue @@ -1,5 +1,5 @@