Files
sure/app/views
Claude d9acf19038 Disable Turbo prefetch on dashboard outflow category links
Hovering over category links in the outflow donut chart triggered
Turbo 8's default link prefetching, which made a real request to the
transactions controller. The controller's store_params! before_action
saved those filter params (category + date range) to the session.
When the user later navigated to /transactions via the nav menu,
the stored params were restored, showing an unexpected filtered view.

Adding data-turbo-prefetch="false" prevents the prefetch on hover
while preserving the intended click-to-navigate behavior.

https://claude.ai/code/session_01Na7AF1wyidPwFdPq5w8oaw
2026-02-13 15:46:19 +01:00
..
2026-01-15 12:53:35 +01:00
2025-11-24 19:52:34 +01:00
2025-11-24 19:52:34 +01:00
2026-02-11 20:44:55 +01:00
2025-11-24 19:52:34 +01:00
2026-01-22 20:37:07 +01:00
2025-07-18 08:30:00 -04:00
2025-04-11 09:28:00 -05:00
2025-07-18 08:30:00 -04:00