diff --git a/app/pages/bridge/connect.vue b/app/pages/bridge/connect.vue index 81548fc..26a4e27 100644 --- a/app/pages/bridge/connect.vue +++ b/app/pages/bridge/connect.vue @@ -1,10 +1,10 @@ diff --git a/app/pages/bridge/index.vue b/app/pages/bridge/index.vue index 348e35d..604ec1e 100644 --- a/app/pages/bridge/index.vue +++ b/app/pages/bridge/index.vue @@ -1,10 +1,10 @@ @@ -189,8 +237,8 @@ const downloads = [ { id: 'msfs2020', title: 'Microsoft Flight Simulator 2020', - description: 'Stable build with automatic token linking and live updates.', - badge: 'Available now', + description: 'One-click installer for the current simulator with live status built in.', + status: 'Ready now', available: true, href: 'https://github.com/itsrubberduck/OpenSquawk-MSFS-Bridge/', icon: 'plane', @@ -198,8 +246,8 @@ const downloads = [ { id: 'msfs2024', title: 'Microsoft Flight Simulator 2024', - description: 'Integration in progress. The release build is almost ready.', - badge: 'In progress', + description: 'We’re updating the Bridge for the new sim launch. Watch this space.', + status: 'In development', available: false, href: '#', icon: 'future', @@ -207,8 +255,8 @@ const downloads = [ { id: 'xplane', title: 'X-Plane 12', - description: 'Shared Bridge architecture. Support arrives later this year.', - badge: 'Planned', + description: 'The same guided setup is coming to X-Plane later this year.', + status: 'Planned', available: false, href: '#', icon: 'xplane', @@ -218,18 +266,21 @@ const downloads = [ const steps = [ { id: 1, - title: 'Install the Bridge', - description: 'Download the build, run the installer, and launch the desktop app.', + title: 'Start the Bridge app', + description: 'Launch the desktop Bridge. It drops a secure code and opens this page for you.', + icon: 'spark', }, { id: 2, - title: 'Open the connect page', - description: 'Follow the in-app link to opensquawk.de/bridge/connect. The token comes along automatically.', + title: 'Sign in & confirm', + description: 'Log in with your OpenSquawk account and link the code in a single tap.', + icon: 'lock', }, { id: 3, - title: 'Link and fly', - description: 'Sign in, link the token, and head back to the simulator. The Bridge keeps sending updates in the background.', + title: 'Fly like normal', + description: 'Head back to the sim. The Bridge keeps your flights and status in sync automatically.', + icon: 'status', }, ]