From 60673c9adf18658207f014f55cc97e95a0323994 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 8 Jul 2026 06:52:26 +0000 Subject: [PATCH] Move store switcher beside Afia and drop header search. Desktop store pill sits left of Afia like POS; mobile store switching stays in the profile sheet and the bottom-nav search tab is removed. Co-authored-by: Cursor --- resources/views/layouts/user.blade.php | 2 -- resources/views/partials/store-switcher.blade.php | 9 +++------ .../partials/topbar-desktop-widgets.blade.php | 4 +++- resources/views/partials/topbar.blade.php | 14 -------------- 4 files changed, 6 insertions(+), 23 deletions(-) diff --git a/resources/views/layouts/user.blade.php b/resources/views/layouts/user.blade.php index 0607c90..188b799 100644 --- a/resources/views/layouts/user.blade.php +++ b/resources/views/layouts/user.blade.php @@ -40,8 +40,6 @@ @include('partials.mobile-bottom-nav', [ 'homeUrl' => route('woo.dashboard'), 'homeActive' => request()->routeIs('woo.dashboard'), - 'searchUrl' => route('woo.orders.index'), - 'searchActive' => request()->routeIs('woo.orders.*'), 'notificationsUrl' => route('notifications.index'), 'notificationsActive' => request()->routeIs('notifications.*'), 'unreadUrl' => route('notifications.unread'), diff --git a/resources/views/partials/store-switcher.blade.php b/resources/views/partials/store-switcher.blade.php index 9bac922..ab3f98e 100644 --- a/resources/views/partials/store-switcher.blade.php +++ b/resources/views/partials/store-switcher.blade.php @@ -1,15 +1,12 @@ @if(($wooActiveStores ?? collect())->count() > 0)