better form

This commit is contained in:
itsrubberduck
2025-10-19 17:38:44 +02:00
parent f1165531e1
commit e8b9a9ee81

View File

@@ -186,17 +186,17 @@
</div> </div>
<textarea <textarea
v-model.trim="updatesForm.notes" v-model.trim="updatesForm.notes"
v-if="updatesCaptchaVisible"
rows="3" rows="3"
placeholder="What do you want to learn with OpenSquawk? (optional)" placeholder="How did you hear about OpenSquawk and what excites you most?"
class="w-full rounded-2xl border border-white/10 bg-white/5 px-4 py-3 text-sm text-white placeholder-white/40 outline-none focus:border-cyan-400" class="w-full rounded-2xl border border-white/10 bg-white/5 px-4 py-3 text-sm text-white placeholder-white/40 outline-none focus:border-cyan-400"
/> />
<div <div
v-if="updatesCaptchaVisible" v-if="updatesCaptchaVisible"
class="space-y-2 rounded-2xl border border-white/10 bg-white/5 p-4 text-xs text-white/60" class="space-y-2 rounded-2xl border border-white/10 bg-white/5 p-4 text-xs text-white/60"
> >
<p class="text-sm font-medium text-white">Aviation captcha</p> <p class="text-sm font-medium text-white">I am not a robot aviation captcha</p>
<p> <p>
Answer with real ATC knowledge:
<span class="text-cyan-300">{{ updatesCaptcha.challenge.prompt }}</span> <span class="text-cyan-300">{{ updatesCaptcha.challenge.prompt }}</span>
</p> </p>
<input <input