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:
parent
31efc50fad
commit
5ec8f21986
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue