From 7fa99cdba9b68a78c6d87acd8eba7e33d2f03a2c Mon Sep 17 00:00:00 2001 From: Alessio Cappa Date: Sat, 13 Dec 2025 14:14:10 +0100 Subject: [PATCH] feat: toggle header checkbox in transaction page when button is clicked --- app/views/transactions/index.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/transactions/index.html.erb b/app/views/transactions/index.html.erb index 5f5b889bf..37df5f66c 100644 --- a/app/views/transactions/index.html.erb +++ b/app/views/transactions/index.html.erb @@ -62,8 +62,11 @@
<%= check_box_tag "selection_entry", - class: "checkbox checkbox--light", - data: { action: "bulk-select#togglePageSelection" } %> + class: "checkbox checkbox--light hidden lg:block", + data: { + action: "bulk-select#togglePageSelection", + checkbox_toggle_target: "selectionEntry" + } %>

transaction