From 999658aee1509fff59cd0f81026cb92419e2116a Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:36:20 +0700 Subject: [PATCH] UI: Glass effect everywhere, fix nav height, simplify quote form - Fixed nav height (h-20), logo and user menu aligned to top - Quote form: removed colored circles, simple labels, search button inside pill - Panels closer to nav (top-4 instead of top-20) - Glass effect on all overlays (bg-base-100/70 backdrop-blur-md) - Selection panel sticky headers with glass effect --- app/components/catalog/SelectionPanel.vue | 4 +- app/components/navigation/MainNavigation.vue | 95 ++++++++------------ app/components/page/CatalogPage.vue | 12 +-- 3 files changed, 47 insertions(+), 64 deletions(-) diff --git a/app/components/catalog/SelectionPanel.vue b/app/components/catalog/SelectionPanel.vue index 3dec17e..4d93f7e 100644 --- a/app/components/catalog/SelectionPanel.vue +++ b/app/components/catalog/SelectionPanel.vue @@ -1,7 +1,7 @@ - -
+ +
diff --git a/app/components/page/CatalogPage.vue b/app/components/page/CatalogPage.vue index 71d03ef..9175186 100644 --- a/app/components/page/CatalogPage.vue +++ b/app/components/page/CatalogPage.vue @@ -29,8 +29,8 @@
-