From dcaceddfd33c589ee5e5a814461570eaf603219d Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Fri, 20 Mar 2026 14:21:08 +0200 Subject: [PATCH] fix domain check input, add query log search and filter - Fix: checkDomain input ID shadowed the JS function (caused page redirect) - Add domain search box and path dropdown filter to Recent Queries panel - Client-side filtering for instant response (no extra API calls) Co-Authored-By: Claude Opus 4.6 --- site/dashboard.html | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/site/dashboard.html b/site/dashboard.html index d2b25cd..b1756bf 100644 --- a/site/dashboard.html +++ b/site/dashboard.html @@ -497,7 +497,21 @@ body {
Recent Queries - +
+ + + +
@@ -527,7 +541,7 @@ body {
- +
@@ -574,6 +588,7 @@ body {