From 765506320e0ee8f5465c7762061ecb16857e3738 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 8 Jul 2026 06:48:25 +0000 Subject: [PATCH] Move branch switcher left of Afia in the header. Co-authored-by: Cursor --- resources/views/partials/topbar-desktop-widgets.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/partials/topbar-desktop-widgets.blade.php b/resources/views/partials/topbar-desktop-widgets.blade.php index 2d5835b..bf43aaa 100644 --- a/resources/views/partials/topbar-desktop-widgets.blade.php +++ b/resources/views/partials/topbar-desktop-widgets.blade.php @@ -1,7 +1,7 @@ {{-- Top-right header widgets: Mobile — Afia + launcher only (profile/notifications live in bottom nav). - Desktop — Afia → notifications → launcher → divider → avatar dropdown. + Desktop — branch → Afia → notifications → launcher → divider → avatar dropdown. --}} @php $topbarUser = $user ?? auth()->user(); @@ -13,6 +13,8 @@ $showUserHeader = $showUser ?? true; @endphp +@include('partials.topbar-location-switcher') + @includeIf('partials.afia-button', ['compact' => true]) @includeIf('partials.notification-dropdown') @@ -21,8 +23,6 @@ @includeIf('partials.topbar-widgets-mid') -@include('partials.topbar-location-switcher') - @includeIf('partials.topbar-account-switcher')