From f80164c91207eb7a20dabdb544fda2109afb6a79 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:30:31 +0700 Subject: [PATCH] Pin selection items to global filters --- app/components/catalog/SelectionPanel.vue | 66 ++++++----------------- app/pages/catalog/index.vue | 7 +++ 2 files changed, 24 insertions(+), 49 deletions(-) diff --git a/app/components/catalog/SelectionPanel.vue b/app/components/catalog/SelectionPanel.vue index a9cdec0..2016d50 100644 --- a/app/components/catalog/SelectionPanel.vue +++ b/app/components/catalog/SelectionPanel.vue @@ -8,21 +8,6 @@ -
- - {{ item.name }} - - -
@@ -31,7 +16,7 @@ -
+

{{ $t('catalog.empty.noResults') }}

@@ -40,7 +25,7 @@