diff --git a/app/pages/index.vue b/app/pages/index.vue index e7ffe58..75cea09 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -33,9 +33,36 @@ - - - + + + +
+ + + + + +
+ + +
+ +
@@ -61,6 +88,7 @@ ref="inventoryListRef" :refresh="refreshKey" :tag-filters="selectedTagFilters" + :search-query="searchQuery" @add-item="showAddForm = true" @edit-item="editingItem = $event" /> @@ -82,6 +110,7 @@ const refreshKey = ref(0) const inventoryListRef = ref() const prefilledData = ref(null) const selectedTagFilters = ref([]) +const searchQuery = ref('') // Handle scan-to-add flow (Issue #25) onMounted(() => {