From 04f02f554e553c87f473ea40c9541d101e6a05fe Mon Sep 17 00:00:00 2001 From: Remi <73385395+itsrubberduck@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:22:46 +0200 Subject: [PATCH] Update bridge download states --- app/pages/bridge/index.vue | 45 ++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 11 deletions(-) diff --git a/app/pages/bridge/index.vue b/app/pages/bridge/index.vue index d83141f..1ac3a3a 100644 --- a/app/pages/bridge/index.vue +++ b/app/pages/bridge/index.vue @@ -92,7 +92,7 @@ >
@@ -122,7 +122,7 @@
{{ item.status }} @@ -133,7 +133,7 @@
Download + + + Download developer preview + +
@@ -230,8 +249,9 @@ const downloads = [ id: 'msfs2020', title: 'Microsoft Flight Simulator 2020', description: 'One-click installer for the current simulator with live status built in.', - status: 'Ready now', - available: true, + status: 'In development', + badgeClass: 'bg-[#F59E0B]/15 text-[#F59E0B]', + state: 'preview', href: 'https://github.com/itsrubberduck/OpenSquawk-MSFS-Bridge/', icon: 'mdi-microsoft', }, @@ -239,8 +259,9 @@ const downloads = [ id: 'msfs2024', title: 'Microsoft Flight Simulator 2024', description: 'We’re updating the Bridge for the new sim launch. Watch this space.', - status: 'In development', - available: false, + status: 'Planned', + badgeClass: 'bg-white/10 text-white/55', + state: 'planned', href: '#', icon: 'mdi-microsoft', }, @@ -249,7 +270,8 @@ const downloads = [ title: 'FlightGear', description: 'Our open-source bridge launches on Linux first, followed by macOS and Windows.', status: 'Planned', - available: false, + badgeClass: 'bg-white/10 text-white/55', + state: 'planned', href: '#', icon: 'mdi-git', }, @@ -258,7 +280,8 @@ const downloads = [ title: 'X-Plane 12', description: 'The same guided setup is coming to X-Plane later this year.', status: 'Planned', - available: false, + badgeClass: 'bg-white/10 text-white/55', + state: 'planned', href: '#', icon: 'mdi-airplane', },