From ccc2a3fd57118865efff41ba3bd5c6e9f9a782e7 Mon Sep 17 00:00:00 2001 From: Aditya Tripathi Date: Fri, 18 Sep 2026 09:25:40 +0000 Subject: [PATCH] refactor(ui): make settings filter subordinate to the global search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two full-width, equally weighted search boxes (global ⌘K search + settings search) sat side by side and read as duplicates. Restyle the settings one as a quiet inline filter: borderless recessed fill instead of a bordered box, 28px instead of 32px, 'Filter settings' instead of 'Search settings', and a subtle focus tint. It now reads clearly as a list filter, not a second search bar. --- .../application/configuration-sidebar.blade.php | 16 +++++++++------- tests/Feature/SettingsSidebarAccordionTest.php | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/resources/views/components/application/configuration-sidebar.blade.php b/resources/views/components/application/configuration-sidebar.blade.php index b77e369d94..7eab0ce997 100644 --- a/resources/views/components/application/configuration-sidebar.blade.php +++ b/resources/views/components/application/configuration-sidebar.blade.php @@ -282,14 +282,16 @@