From 6f4c161c0fef5d2f4b51e751d319b30482036367 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 26 Jun 2026 22:16:39 -0400 Subject: [PATCH] Tab + search the System Settings page to cut scrolling System Settings had grown to one long scroll (Integrations, Email, Audit, Authentication, Asset Identifiers, Global Search, PC Type Mapping). Now a vertical tab nav shows one section at a time, plus a search box that filters the tabs by label/keywords (and shows every matching section while searching). Type "toner" -> Integrations, "fqdn" -> Asset Identifiers, etc. Frontend-only, behavior of each section unchanged. Build + naming green, verified. Co-Authored-By: Claude Opus 4.8 --- .../src/views/settings/SystemSettings.vue | 2164 +++++++++-------- 1 file changed, 1136 insertions(+), 1028 deletions(-) diff --git a/frontend/src/views/settings/SystemSettings.vue b/frontend/src/views/settings/SystemSettings.vue index c3fc4e5..f0786c0 100644 --- a/frontend/src/views/settings/SystemSettings.vue +++ b/frontend/src/views/settings/SystemSettings.vue @@ -1,1028 +1,1136 @@ - - - - - + + + + +