From 12644999c17cc2e0f5240ed225c91b70da3a0b7f Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 9 Mar 2026 23:20:33 -0400 Subject: [PATCH] Settings: reorganise into tabs (General, Account, Notifications, Integrations, Data, Admin) Replaces the single long scrolling page with a tab bar. Active tab persists to localStorage across navigation. Admin tab only visible to admins. Push notifications description clarified to mention HTTPS requirement. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/views/SettingsView.vue | 420 +++++++++++++++++----------- 1 file changed, 249 insertions(+), 171 deletions(-) diff --git a/frontend/src/views/SettingsView.vue b/frontend/src/views/SettingsView.vue index 4cc114a..2393883 100644 --- a/frontend/src/views/SettingsView.vue +++ b/frontend/src/views/SettingsView.vue @@ -1,5 +1,5 @@