diff --git a/src/components/calendar/CalendarEventList.vue b/src/components/calendar/CalendarEventList.vue deleted file mode 100644 index d29934b..0000000 --- a/src/components/calendar/CalendarEventList.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/src/components/calendar/CalendarMenuSearch.vue b/src/components/calendar/CalendarMenuSearch.vue index 4b1005c..f9d9be4 100644 --- a/src/components/calendar/CalendarMenuSearch.vue +++ b/src/components/calendar/CalendarMenuSearch.vue @@ -5,7 +5,7 @@ import { Dialog, DialogContent, DialogTrigger } from '@/components/ui/dialog' import { Input } from '@/components/ui/input' import { PhMagnifyingGlass } from '@phosphor-icons/vue' import { useCalendarEvents } from '@/stores/events' -import CalendarEventList from './CalendarEventList.vue' +import CalendarMenuSearchResults from './CalendarMenuSearchResults.vue' import { useMagicKeys, whenever } from '@vueuse/core' const { allEvents } = useCalendarEvents() @@ -73,6 +73,7 @@ whenever(keys.control_period, () => { placeholder="Rechercher un évènement, un personnage…" class="pl-10 py-6 text-lg" v-model:model-value="searchQuery" + autocomplete="off" /> @@ -81,7 +82,7 @@ whenever(keys.control_period, () => {

- +
diff --git a/src/components/calendar/CalendarMenuSearchResults.vue b/src/components/calendar/CalendarMenuSearchResults.vue index 82dc363..d29934b 100644 --- a/src/components/calendar/CalendarMenuSearchResults.vue +++ b/src/components/calendar/CalendarMenuSearchResults.vue @@ -1,9 +1,49 @@ - +