feat: add geohash map picker coming soon indicator on event form

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-04-27 18:31:14 +02:00
commit 5ec8f21986

View file

@ -239,6 +239,10 @@ const handleOpenChange = (open: boolean) => {
<FormControl>
<Input placeholder="e.g. Salle des fetes, Foix" v-bind="componentField" />
</FormControl>
<FormDescription class="flex items-center gap-1.5">
<MapPin class="w-3 h-3 text-muted-foreground/50" />
<span class="text-muted-foreground/50 italic text-xs">Map picker with geohash coming soon</span>
</FormDescription>
<FormMessage />
</FormItem>
</FormField>