From c19295f1a240d3ad94717fcfb7e8bffb8286de19 Mon Sep 17 00:00:00 2001 From: Shawn Date: Fri, 22 May 2026 18:21:07 -0400 Subject: [PATCH] fix: remove inline filter pills, keep only Filters button + dropdown panel --- static/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 37dbb08..5b32a0c 100644 --- a/static/index.html +++ b/static/index.html @@ -1111,8 +1111,7 @@ -
- +
@@ -3368,7 +3367,6 @@ var assets = result.data; assetTotal = parseInt(result.headers.get('X-Total-Count')) || assets.length; renderAssetList(assets); - renderFilterPills(assets); renderPagination(); var countEl = document.getElementById('resultCount'); countEl.textContent = assetTotal + ' asset' + (assetTotal !== 1 ? 's' : '') + ' found';