From a970e8e0e6957ced262fe7a2e420e095582350cf Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 30 May 2025 14:03:10 +0100 Subject: [PATCH] improve: clarify settings modal UI for primary vs additional endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add descriptive text under section headers to explain purpose - Change button text from "Add PVE Server" to "Add Another PVE Server" - Add plus icons to add buttons for better visual clarity - Include empty state messages in additional server containers - Improve button tooltips and visual hierarchy - Add remove endpoint functionality with proper empty state handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/js/ui/settings.js | 91 +++++++++++++++++++++++++++++------- 1 file changed, 75 insertions(+), 16 deletions(-) diff --git a/src/public/js/ui/settings.js b/src/public/js/ui/settings.js index 2d4704c58..49f020a3e 100644 --- a/src/public/js/ui/settings.js +++ b/src/public/js/ui/settings.js @@ -124,7 +124,10 @@ PulseApp.ui.settings = (() => {
-

Primary Proxmox VE Server

+
+

Primary Proxmox VE Server

+

Main PVE server configuration (required)

+