From 956f44d13a40805ce32ff7bff3af4e55e1547f38 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 30 May 2025 17:53:08 +0100 Subject: [PATCH] feat: redesign settings menu with tabbed interface for better organization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace single-page settings form with clean tabbed navigation - Organize settings into logical sections: Proxmox VE, Backup Server, Alerts, System - Improve visual hierarchy and reduce cognitive load - Restore comfortable spacing while maintaining app's condensed philosophy - Preserve all existing functionality with enhanced user experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/index.html | 25 +- src/public/js/ui/settings.js | 1183 ++++++++++++++-------------------- 2 files changed, 511 insertions(+), 697 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index c49b5f371..50c925400 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -871,18 +871,37 @@