categories search

This commit is contained in:
xds
2025-11-17 21:21:05 +03:00
parent 89b1975d25
commit de4e242b33

View File

@@ -305,9 +305,9 @@ onMounted(async () => {
:style="tgApp ? `padding-top: ${insetTop}px !important` : 'padding-top: 2rem !important'">
<div class="flex flex-col w-full max-w-md !h-dvh !pb-20">
<input class="card p-2 rounded-xl border border-gray-100 w-full" placeholder="Search categories" v-model="categorySearchQuery">
<div class="card w-full">
<input class=" p-2 rounded-xl border border-gray-100 w-full" placeholder="Search categories" v-model="categorySearchQuery">
</div>
<div v-if="incomeCategories.length > 0" class="flex flex-col w-full">
<span>Income categories</span>
<div class="flex card justify-items-start justify-start h-fit">