This commit is contained in:
Kuchenpirat 2025-07-30 13:29:16 +00:00
commit 7c0865f3f8
2 changed files with 2 additions and 7 deletions

View file

@ -55,12 +55,12 @@
max-width="290px" max-width="290px"
min-width="auto" min-width="auto"
> >
<template #activator="{ props }"> <template #activator="{ props: activatorProps }">
<v-text-field <v-text-field
v-model="newMealdateString" v-model="newMealdateString"
:label="$t('general.date')" :label="$t('general.date')"
:prepend-icon="$globals.icons.calendar" :prepend-icon="$globals.icons.calendar"
v-bind="props" v-bind="activatorProps"
readonly readonly
/> />
</template> </template>

View file

@ -150,11 +150,6 @@ const eventTypeFilterState = computed(() => {
}; };
}); });
}); });
interface ScrollEvent extends Event {
target: HTMLInputElement;
}
const screenBuffer = 4; const screenBuffer = 4;
whenever( whenever(