From 18e81af8f29d77c703b010f079802ae503fe2091 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Tue, 16 Sep 2025 13:17:25 +0200 Subject: [PATCH] feat(pm): add VATSIM integration and demo mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces two major features to the Pilot Monitoring (PM) page: 1. VATSIM integration: - Allows users to enter their VATSIM CID to load their filtered flight plans. - Provides a button to fetch the user's flight plans from VATSIM. - Displays an error message if there's an issue fetching the flight plans. 2. Demo mode: - Adds a section for users to start a demo flight plan (DLH39A EDDF→EDDM) without needing to log in. - Provides a button to initiate the demo flight plan. These changes aim to enhance the user experience by offering more flexibility and options for accessing and testing the Pilot Monitoring functionality.