From 7301d9f4754a799926635a8f64dc9218d4793eaf Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 19 Aug 2025 13:39:57 -0300 Subject: [PATCH] feat(monthly): turn filter, order and search into a single bar --- .../monthly_overview/pages/overview.html | 154 +++++++++++------- frontend/src/styles/_bootstrap.scss | 4 + 2 files changed, 102 insertions(+), 56 deletions(-) diff --git a/app/templates/monthly_overview/pages/overview.html b/app/templates/monthly_overview/pages/overview.html index d078f73..0f8db3d 100644 --- a/app/templates/monthly_overview/pages/overview.html +++ b/app/templates/monthly_overview/pages/overview.html @@ -44,12 +44,12 @@ {# Action buttons#} -{#
#} -{# #} -{#
#} + {#
#} + {# #} + {#
#} {# Monthly summary#}
@@ -133,59 +133,101 @@
-
-
- {# Filter transactions button #} - -
- {# Ordering button#} -
-
- - -
-
-
- {# Filter transactions form#} -
-
-
- {% crispy filter.form %} -
- -
-
- + + {# Filter transactions form #} +
+
+
+ +
+ +
+ {% crispy filter.form %} +
+ +
+ +
+
+
{# Transactions list#}