From 18b7d7d1d013b53ea90c5ab751d44c7f2d148f70 Mon Sep 17 00:00:00 2001 From: jedarden Date: Fri, 24 Apr 2026 15:45:24 -0400 Subject: [PATCH] style(dashboard): extract inline styles to tokenized CSS files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move inline +
@@ -278,7 +24,7 @@
-
+
← Back to Dashboard @@ -370,7 +116,7 @@
- @@ -427,7 +173,7 @@ webhookEnabled.addEventListener('change', function() { const urlGroup = document.getElementById('webhook-url-group'); if (urlGroup) { - urlGroup.style.display = this.checked ? '' : 'none'; + urlGroup.classList.toggle('hidden', !this.checked); } }); } diff --git a/dashboard/simple.html b/dashboard/simple.html index 43d084f..9c3e27d 100644 --- a/dashboard/simple.html +++ b/dashboard/simple.html @@ -8,44 +8,7 @@ - +