From d3a5cb18e486c04800d477476aa2e1776a37565f Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 19:07:48 +0100 Subject: [PATCH] Sidebar: add Network menu item; drop redundant 'Network' label from status block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Network entry to the sidebar nav (grouped with Notifications/Settings under one divider). Remove the 'Network ›' title above the bottom status rows — the running/servers/operators info is self-explanatory; drop its now-unused CSS. Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manager/templates/base.html b/manager/templates/base.html index 45bd937..dd6f12e 100644 --- a/manager/templates/base.html +++ b/manager/templates/base.html @@ -150,8 +150,6 @@ .side-status { padding: 10px 18px 12px; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--border); } - .side-status .ss-title { font-weight: 700; text-transform: uppercase; font-size: 10px; - letter-spacing: 0.5px; margin-bottom: 7px; opacity: 0.7; } .side-status .ss-row { display: flex; align-items: center; gap: 6px; margin-top: 3px; white-space: nowrap; overflow: hidden; } .ss-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); flex-shrink: 0; } @@ -303,13 +301,13 @@ 📁File Upload 🔔Notifications - ⚙️Settings + 📡Network + ⚙️Settings 📲Get App