From 419f26107d9f47104f4ecb1b73806e5738c17d4b Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 26 Jun 2026 22:25:12 -0400 Subject: [PATCH] Tab + search the Settings index (match System Settings) The settings index showed all 6 groups stacked (still a long scroll). Switch it to the same pattern as System Settings: a left group-tab nav showing one group's cards at a time, plus a search box that flattens to matching cards across all groups. Same group data, no routes changed. Frontend-only. Build + naming green, verified. Co-Authored-By: Claude Opus 4.8 --- frontend/src/views/settings/SettingsIndex.vue | 105 +++++++++++++++--- 1 file changed, 92 insertions(+), 13 deletions(-) diff --git a/frontend/src/views/settings/SettingsIndex.vue b/frontend/src/views/settings/SettingsIndex.vue index b48acb2..ae82557 100644 --- a/frontend/src/views/settings/SettingsIndex.vue +++ b/frontend/src/views/settings/SettingsIndex.vue @@ -2,11 +2,41 @@

Settings

-
-

{{ group.title }}

+ + + +
+ +
+

{{ card.title }}

+

{{ card.description }}

+
+

No matching settings

+
+ + +
+ +
{{ card.description }}

-
+