From 9976a3f85cb6bb932e2afbf97c8c7230b6a0d130 Mon Sep 17 00:00:00 2001 From: Micha Date: Sun, 5 Apr 2026 21:19:13 +0000 Subject: [PATCH] feat(dashboard): add AdGuard + Scrutiny frontend integration --- apps/dashboard/dashboard.html | 91 ++++++++++++++++++++++++++++++++++- 1 file changed, 89 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/dashboard.html b/apps/dashboard/dashboard.html index a10390e..71f3ee0 100644 --- a/apps/dashboard/dashboard.html +++ b/apps/dashboard/dashboard.html @@ -765,7 +765,35 @@ grid-template-columns: 1fr; } } - + + .net-health-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 16px; + } + .net-health-grid .card { + min-width: 0; + } + .adguard-stats, + .scrutiny-stats { + display: flex; + flex-direction: column; + gap: 10px; + margin-top: 10px; + } + .adguard-row { + display: flex; + justify-content: space-between; + align-items: center; + font-size: 0.82rem; + color: var(--text-dim); + } + @media (max-width: 700px) { + .net-health-grid { + grid-template-columns: 1fr; + } + } +
@@ -1066,13 +1094,72 @@ +
+
+ +

DNS filtering · Disk integrity

+
+ +
+ + +
+
+
+ AdGuard Home + Offline +
+

DNS Filtering

+ +
+
+ Total Queries + 0 +
+
+ Blocked + 0 +
+
+ Block Rate + 0% +
+
+ +
+
+ Avg Latency + 0 MS +
+
+
+
+ + +
+
+
+ Scrutiny + Offline +
+

Disk Health

+ +
+
No data
+
+
+
+ +
+
+

Supplemental launch surface only

-
+
Core