fix serach

This commit is contained in:
2025-06-19 17:30:12 +02:00
parent 25f63d30be
commit fecbc81cd8
7 changed files with 1372 additions and 1625 deletions

View File

@ -42,16 +42,9 @@
<UiInput
v-model="search"
:label="t('search.label')"
class=""
with-clear-button
prepend-icon="mdi:magnify"
>
<template #append>
<UiButton class="btn-square btn-primary">
<Icon
name="mdi:magnify"
class="size-full p-1"
/>
</UiButton>
</template>
</UiInput>
</div>
<HaexMenuNotifications />