From b77352a1429d7e7798ebf5e5f3212c7fbfec24a6 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:17:00 +0000 Subject: [PATCH] Refactor list view for better UX and accessibility - Fix mismatched HTML tag for QuickScan trigger (div -> button) - Add "Clear Search" button to search bar - Add "No results" feedback row to tables - Implement unified filtering logic for all dropdown filters - Enhance sorting accessibility with keyboard support and ARIA labels - Normalize line endings in modified templates to LF Co-authored-by: Woschj <81321922+Woschj@users.noreply.github.com> --- app/templates/base.html | 2 +- app/templates/shared/list_base.html | 774 ++++++++++++++-------------- 2 files changed, 397 insertions(+), 379 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index d35052c..886fbd7 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -235,7 +235,7 @@