From 04c79604641c49797d6531f05a81369b5cefeb3b Mon Sep 17 00:00:00 2001 From: Arun Kumar Thiagarajan Date: Sun, 21 Jun 2026 08:36:31 +0530 Subject: [PATCH 1/2] Add a clear search and filters action to the empty state When a search or category filter returns no loops, the empty state asks the visitor to broaden the search but offers no direct way to do it, leaving the only reset paths as manually clearing the input or hunting for the All category. Add a Clear search & filters button that resets the query and category to the default view, then returns focus to the search box so keyboard users can immediately type a new query. --- site/index.html | 7 ++++++- site/script.js | 22 ++++++++++++++++++++++ site/styles.css | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index bbb4169..3442d3f 100644 --- a/site/index.html +++ b/site/index.html @@ -2222,7 +2222,12 @@