Preserve transaction filters and transaction focus across page visits (#1733)

* Preserve transaction filters across page visits

* Preserve params when per_page is updated

* Autofocus selected transactions

* Lint fixes

* Fix syntax error

* Fix filter clearing

* Update e2e tests for new UI

* Consolidate focus behavior into concern

* Lint fixes
This commit is contained in:
Zach Gollwitzer
2025-01-30 14:12:01 -05:00
committed by GitHub
parent 0b17976256
commit 282c05345d
34 changed files with 310 additions and 243 deletions

View File

@@ -1,4 +1,4 @@
<div class="space-y-4 h-full flex flex-col overflow-y-auto">
<div class="space-y-4 h-full flex flex-col overflow-y-auto" data-controller="focus-record" data-focus-record-id-value="<%= @focused_record ? dom_id(@focused_record) : nil %>">
<%= render "header" %>
<%= render "summary", totals: @totals %>