From 7c566aeafc0da58506df76c691819deccf976742 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:13:22 +0700 Subject: [PATCH] Fix SelectionPanel styling + add product filtering by supplier/hub - SelectionPanel header: dark glass style instead of white - useCatalogProducts: filter by supplierId or hubId using dedicated queries - catalog/index: connect filters from query params to composable --- app/components/catalog/SelectionPanel.vue | 14 ++-- app/composables/useCatalogProducts.ts | 81 ++++++++++++++++++++--- app/pages/catalog/index.vue | 23 ++++++- 3 files changed, 101 insertions(+), 17 deletions(-) diff --git a/app/components/catalog/SelectionPanel.vue b/app/components/catalog/SelectionPanel.vue index 756683f..b3b64d2 100644 --- a/app/components/catalog/SelectionPanel.vue +++ b/app/components/catalog/SelectionPanel.vue @@ -1,10 +1,10 @@