From 29b6ee3af37279c8c4e21f38ce00374af36f8b23 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 13 Dec 2025 16:35:53 -0300 Subject: [PATCH] feat: add "invert selection" option to transactions action bar --- .../ui/deleted_transactions_action_bar.html | 284 +++++++--------- .../cotton/ui/transactions_action_bar.html | 319 ++++++++---------- 2 files changed, 270 insertions(+), 333 deletions(-) diff --git a/app/templates/cotton/ui/deleted_transactions_action_bar.html b/app/templates/cotton/ui/deleted_transactions_action_bar.html index 8577eef..efaa839 100644 --- a/app/templates/cotton/ui/deleted_transactions_action_bar.html +++ b/app/templates/cotton/ui/deleted_transactions_action_bar.html @@ -1,6 +1,5 @@ {% load i18n %} - - + \ No newline at end of file diff --git a/app/templates/cotton/ui/transactions_action_bar.html b/app/templates/cotton/ui/transactions_action_bar.html index b33e9d8..9384eff 100644 --- a/app/templates/cotton/ui/transactions_action_bar.html +++ b/app/templates/cotton/ui/transactions_action_bar.html @@ -1,6 +1,5 @@ {% load i18n %} - + \ No newline at end of file