From 267d2d41f8af38e9585648891035ed906251da77 Mon Sep 17 00:00:00 2001
From: Remi <73385395+itsrubberduck@users.noreply.github.com>
Date: Sat, 18 Oct 2025 12:41:02 +0200
Subject: [PATCH] Refine aviation captcha UX on landing page
---
app/pages/index.vue | 193 +++++++++++++++++++++++++++++++++-----------
1 file changed, 145 insertions(+), 48 deletions(-)
diff --git a/app/pages/index.vue b/app/pages/index.vue
index df41bfc..5715d93 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -172,7 +172,7 @@
-
+
Aviation captcha
Answer with real ATC knowledge:
@@ -198,7 +201,10 @@
placeholder="Type the answer"
class="w-full rounded-2xl border border-white/10 bg-[#0b1020]/40 px-4 py-3 text-sm text-white placeholder-white/40 outline-none focus:border-cyan-400"
/>
-
+
+ {{ updatesCaptchaReminder }}
+
+
Check the aviation answer and try again.
@@ -1043,7 +1049,10 @@ POST /api/route/taxi
class="w-full px-4 py-3 rounded-2xl bg-white/5 border border-white/10 placeholder-white/40 outline-none focus:border-cyan-400"
/>
-
+
Aviation captcha
Answer to join the pattern:
@@ -1057,7 +1066,10 @@ POST /api/route/taxi
placeholder="Type the answer"
class="w-full rounded-2xl border border-white/10 bg-[#0b1020]/40 px-4 py-3 text-sm text-white placeholder-white/40 outline-none focus:border-cyan-400"
/>
-
+
+ {{ waitlistCaptchaReminder }}
+
+
Check the ATC question and try again.
@@ -1085,7 +1097,7 @@ POST /api/route/taxi