Many fixes n stuff

This commit is contained in:
mcarquigny
2025-03-20 17:37:01 +01:00
parent 56a251b929
commit 70ff43ba3a
5 changed files with 31 additions and 50 deletions

View File

@ -11,17 +11,26 @@
>
<template v-slot:top>
<q-toggle v-model="showDeleted"
<div class="full-width">
<q-toggle v-model="showDeleted"
label="Voir items supprimés"
class="q-mr-md"
/>
<q-input
hide-underline
color="secondary"
v-model="search"
class="col-6"
@input="updateSearchUrl"
/>
class="q-mr-md float-right"
/>
<q-input
borderless
clearable
icon="search"
color="secondary"
v-model="search"
class="col-6"
@input="updateSearchUrl"
placeholder="Search"
>
<template v-slot:prepend>
<q-icon name="search" color="secondary" />
</template>
</q-input>
</div>
</template>
<template v-slot:body="props">