From cd2734f3bf65033bed24701257998a3c9410b332 Mon Sep 17 00:00:00 2001 From: postlog-vibecoder Date: Thu, 18 Jun 2026 17:32:39 +0300 Subject: [PATCH] admin: responsive UI for phones, tablets and ultrawide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the admin panel usable on every screen — mini-phones (320px) through ultrawide. Mostly static (app.css/app.js/index.html), plus a one-line dev-only tweak so the live SUBGEN_STATIC_DIR assets actually reload. The desktop (>=992px) is visually unchanged. - navbar collapses into a hamburger below lg (992px): an animated toggle + a full-width collapsible menu; the tabs became + + + @@ -55,14 +60,15 @@

Users

+
- - + - - + +
NameConnectionsTrafficSubscription
{{ u.name }}{{ u.description }} -
+
{{ u.name }}{{ u.description }} +
{{ u.inbounds[0].label }}:{{ u.inbounds[0].port }} @@ -76,8 +82,8 @@

Users

↑{{ hsize(u.stats.up) }}↓{{ hsize(u.stats.down) }}↑{{ hsize(u.stats.up) }}↓{{ hsize(u.stats.down) }}
@@ -90,6 +96,7 @@

Users

{{ (userSearch.trim() || userInboundFilter.length) ? 'Nothing found' : 'No users' }}
+
@@ -110,15 +117,16 @@

Nodes

+
- - - - + + +
NameDomainPanelInbounds
{{ n.name }}{{ n.vpnHost }}Panel ↗ + {{ n.name }}{{ n.vpnHost }}Panel ↗
{{ i.name }}:{{ i.port }} @@ -134,6 +142,7 @@

Nodes

No nodes
+