From 3fd41fb565be6737d2f4f164d020d8e369272a7f Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:08:36 +0700 Subject: [PATCH] fix(catalog): render parameter toggles as labeled pills --- .../catalog/CatalogConfigurator.vue | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/app/components/catalog/CatalogConfigurator.vue b/app/components/catalog/CatalogConfigurator.vue index f4126bf..30cb359 100644 --- a/app/components/catalog/CatalogConfigurator.vue +++ b/app/components/catalog/CatalogConfigurator.vue @@ -454,17 +454,29 @@ function decrementSelected(group: ProductGroup) {
- + + {{ formatOptionLabel(field.key, option) }} +