From 468d4e460d23078e66e13f30790e3f2561932e3f Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Tue, 2 Jun 2026 01:27:02 +1000 Subject: [PATCH] feat(blog): live in-page filter via data-search attributes Co-Authored-By: Claude Sonnet 4.6 --- src/components/molecules/BlogSearch.astro | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/components/molecules/BlogSearch.astro b/src/components/molecules/BlogSearch.astro index 3e6763b..991d398 100644 --- a/src/components/molecules/BlogSearch.astro +++ b/src/components/molecules/BlogSearch.astro @@ -80,3 +80,65 @@ } } + +