Add mode toggle [Explore|Quote] left of search form in header
All checks were successful
Build Docker Image / build (push) Successful in 3m43s

This commit is contained in:
Ruslan Bakiev
2026-01-22 20:57:37 +07:00
parent c0f38a25cd
commit ae9985023c
2 changed files with 26 additions and 1 deletions

View File

@@ -21,7 +21,9 @@
:hub-label="hubLabel"
:quantity="quantity"
:can-search="canSearch"
:show-mode-toggle="isCatalogSection"
@toggle-theme="toggleTheme"
@set-catalog-mode="setCatalogMode"
@sign-out="onClickSignOut"
@sign-in="signIn()"
@switch-team="switchToTeam"
@@ -64,6 +66,7 @@ const {
removeFilter,
editFilter,
catalogMode,
setCatalogMode,
productLabel,
hubLabel,
quantity,