mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-07-31 22:05:34 +08:00
The cockpit HUD is already a sticky top bar carrying the callsign, but a media query hid the whole flight-context group below 720px — so on a phone the pilot had no way to see their own callsign without opening the flight sheet. Shrink the group there instead of hiding it. Verified at 320/375/1280px: the callsign stays in the sticky bar while the body scrolls, and the HUD row still fits without horizontal overflow (318px of 318 at the 320px width). Also fills two gaps the mock dev harness had after the ATIS work: it now stubs /api/airports/:icao/atis, and its STT fallback no longer transcribes to "say again", which the backend now intercepts as a request to repeat. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>