diff --git a/app/components/catalog/SelectionPanel.vue b/app/components/catalog/SelectionPanel.vue index 919c396..756683f 100644 --- a/app/components/catalog/SelectionPanel.vue +++ b/app/components/catalog/SelectionPanel.vue @@ -14,17 +14,6 @@ :placeholder="searchPlaceholder" class="input input-sm w-full bg-white/50 border-base-300/50 text-base-content placeholder:text-base-content/50" /> - - @@ -41,39 +30,54 @@
@@ -107,14 +111,13 @@ const props = defineProps<{ loading?: boolean loadingMore?: boolean hasMore?: boolean - filterByBounds?: boolean }>() const emit = defineEmits<{ 'select': [type: string, item: Item] 'close': [] 'load-more': [] - 'update:filter-by-bounds': [value: boolean] + 'hover': [uuid: string | null] }>() const { t } = useI18n() diff --git a/app/components/page/CatalogPage.vue b/app/components/page/CatalogPage.vue index 3c05515..f161ded 100644 --- a/app/components/page/CatalogPage.vue +++ b/app/components/page/CatalogPage.vue @@ -38,8 +38,23 @@ {{ $t('common.loading') }}
- -