mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-11 20:15:32 +08:00
better form
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user