From 0ab2a41ccc13b2020e8754f8175470ab2567ff68 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 12 Sep 2026 12:06:55 -0300 Subject: [PATCH] feat(ui:filter): add quick clear button to filter button --- .../monthly_overview/pages/overview.html | 20 ++++++++++--------- .../fragments/filter_active_indicator.html | 11 ++++++++++ .../transactions/fragments/filter_form.html | 4 +--- .../transactions/pages/transactions.html | 20 ++++++++++--------- 4 files changed, 34 insertions(+), 21 deletions(-) create mode 100644 app/templates/transactions/fragments/filter_active_indicator.html diff --git a/app/templates/monthly_overview/pages/overview.html b/app/templates/monthly_overview/pages/overview.html index 77d782dd..bc6d12b7 100644 --- a/app/templates/monthly_overview/pages/overview.html +++ b/app/templates/monthly_overview/pages/overview.html @@ -103,11 +103,12 @@ {# Main control bar with filter, search, and ordering #}
- + + + {% include "transactions/fragments/filter_active_indicator.html" %} +
{# Search box #}