UI fixes: identical headers, panel styling, view toggle icons, sync map view
All checks were successful
Build Docker Image / build (push) Successful in 3m20s

- Show mode toggle on all pages (not just catalog)
- Panel background base-300, top-20 spacing from navbar
- View toggle with colored icons in circles
- Sync mapViewMode when selecting (supplier chip -> suppliers view)
This commit is contained in:
Ruslan Bakiev
2026-01-23 10:25:33 +07:00
parent c7054579f1
commit 4c6f5abd78
3 changed files with 45 additions and 20 deletions

View File

@@ -21,7 +21,7 @@
:hub-label="hubLabel"
:quantity="quantity"
:can-search="canSearch"
:show-mode-toggle="isCatalogSection"
:show-mode-toggle="true"
@toggle-theme="toggleTheme"
@set-catalog-mode="setCatalogMode"
@sign-out="onClickSignOut"