Navbar glass style only on catalog/map pages
All checks were successful
Build Docker Image / build (push) Successful in 3m46s

- Add glassStyle prop to MainNavigation component
- When glassStyle=true: dark transparent bg with white text
- When glassStyle=false: solid bg-base-100 with normal text
- Pass isCatalogSection from layout to toggle glass effect
This commit is contained in:
Ruslan Bakiev
2026-01-24 09:22:25 +07:00
parent 5e55443975
commit 3140226bc3
2 changed files with 42 additions and 10 deletions

View File

@@ -22,6 +22,7 @@
:quantity="quantity"
:can-search="canSearch"
:show-mode-toggle="true"
:glass-style="isCatalogSection"
@toggle-theme="toggleTheme"
@set-catalog-mode="setCatalogMode"
@sign-out="onClickSignOut"