From 4d018323e7ef4aed5bccd06653c92f91182998dd Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:40:33 +0700 Subject: [PATCH] Fix catalog issues: quantity input, checkbox position, glass header 1. Quantity input in Quote mode: replaced button with inline number input 2. Checkbox position: moved to left side (next to panel) instead of right 3. MapPanel glass header: fixed sticky positioning by moving negative margins to children --- app/components/catalog/MapPanel.vue | 10 +++---- app/components/navigation/MainNavigation.vue | 29 ++++++++++++++----- app/components/page/CatalogPage.vue | 30 ++++++++++---------- app/composables/useCatalogSearch.ts | 6 ++++ app/layouts/topnav.vue | 2 ++ 5 files changed, 50 insertions(+), 27 deletions(-) diff --git a/app/components/catalog/MapPanel.vue b/app/components/catalog/MapPanel.vue index f1d7949..83d3e08 100644 --- a/app/components/catalog/MapPanel.vue +++ b/app/components/catalog/MapPanel.vue @@ -1,12 +1,12 @@