From 6066c6c267742ee247e69dd9146ed40cea67a0ab Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 26 Jul 2026 15:43:08 +0000 Subject: [PATCH] ui: drop the desktop search box from the header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Matches Ladill Stock, whose header is now just AI, notifications, launcher and the account menu. This partial is byte-identical to Stock's again. Only the desktop block goes. The mobile full-screen search (partials/search-screen) is untouched and still reached from the bottom nav, the `/` shortcut still focuses page-level search inputs, and the search route and controller are left in place — the Alpine topbarSearch component is still used by the mobile screen, so none of it is dead code. Ladill Webmail deliberately keeps its header search: it is the only desktop route into mail search, and dropping it there would remove a core function rather than tidy a header. --- resources/views/partials/topbar-qr.blade.php | 46 -------------------- 1 file changed, 46 deletions(-) diff --git a/resources/views/partials/topbar-qr.blade.php b/resources/views/partials/topbar-qr.blade.php index c440d97..24232d0 100644 --- a/resources/views/partials/topbar-qr.blade.php +++ b/resources/views/partials/topbar-qr.blade.php @@ -13,52 +13,6 @@ @include('partials.mobile-topbar-title') -