Replace inline error-breakdown expand with a themed popup (v0.11.114)

This commit is contained in:
marvin
2026-09-16 15:21:54 -04:00
parent 49d8bd83e6
commit 9c20253fa4
4 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.113">
<link rel="stylesheet" href="/styles.css?v=0.11.114">
</head>
<!-- ================================================================
@@ -430,6 +430,6 @@
<div id="toast" class="toast" role="status"></div>
<div id="update-banner" class="update-banner hidden" role="status"><span>A new version of Site Gateway is available.</span><div class="update-banner-actions"><button id="update-banner-refresh" class="button primary">Refresh</button><button id="update-banner-dismiss" class="text-button">Dismiss</button></div></div>
<!-- App scripts: core (app.js) then extended views/admin (features.js) -->
<script src="/app.js?v=0.11.113" defer></script><script src="/features.js?v=0.11.113" defer></script>
<script src="/app.js?v=0.11.114" defer></script><script src="/features.js?v=0.11.114" defer></script>
</body>
</html>