From 9eb670c0c4db3deb27737aff9172f3dab2c4152c Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 19 Jul 2026 19:37:53 +0200 Subject: [PATCH] feat(live-atc): manual flight entry on setup screen Adds a "Manual flight" card alongside VATSIM and demo so a flight can be entered by hand (callsign, dep, arr, optional aircraft/altitude) without a VATSIM account. Feeds into the same scenario picker. Co-Authored-By: Claude Opus 4.8 --- app/components/live-atc/FlightSourceStep.vue | 108 ++++++++++++++++++- app/composables/useLiveAtcSession.ts | 19 ++++ app/pages/live-atc.vue | 2 + 3 files changed, 128 insertions(+), 1 deletion(-) diff --git a/app/components/live-atc/FlightSourceStep.vue b/app/components/live-atc/FlightSourceStep.vue index 3681d16..bc7be59 100644 --- a/app/components/live-atc/FlightSourceStep.vue +++ b/app/components/live-atc/FlightSourceStep.vue @@ -1,4 +1,5 @@