From 26b44f30bfcf90dcf3c82263ae77cbd4949ceb6b Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Sat, 4 Apr 2026 08:39:01 +0700 Subject: [PATCH] Unify section search headers --- .../catalog/CatalogConfigurator.vue | 36 ++----------- app/components/ui/SectionSearchHero.vue | 54 +++++++++++++++++++ app/pages/bonus-system/index.vue | 52 +++++++----------- app/pages/cart.vue | 2 +- app/pages/client-orders/index.vue | 46 +++++++--------- app/pages/clients/index.vue | 36 ++++--------- app/pages/orders.vue | 42 +++++++-------- 7 files changed, 126 insertions(+), 142 deletions(-) create mode 100644 app/components/ui/SectionSearchHero.vue diff --git a/app/components/catalog/CatalogConfigurator.vue b/app/components/catalog/CatalogConfigurator.vue index 5ca16c6..185f64d 100644 --- a/app/components/catalog/CatalogConfigurator.vue +++ b/app/components/catalog/CatalogConfigurator.vue @@ -433,37 +433,11 @@ function decrementSelected(group: ProductGroup) {