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
..
2025-06-10 18:20:06 -04:00
2026-02-10 23:37:42 +01:00
2026-02-10 23:30:45 +01:00
2026-02-08 11:22:32 +01:00
2025-05-02 11:36:32 -04:00
2026-01-24 12:33:17 +01:00
2026-01-15 12:53:35 +01:00
2026-02-10 23:37:42 +01:00
2025-12-24 01:57:16 +01:00
2026-01-20 22:39:16 +01:00
2026-01-24 01:11:56 +01:00
2026-01-09 19:26:37 +01:00
2025-11-24 19:52:34 +01:00
2026-01-21 22:56:39 +01:00
2025-11-24 19:52:34 +01:00
2025-03-28 13:08:22 -04:00
2025-10-22 19:14:03 +02:00
2025-01-31 17:04:26 -05:00
2026-01-09 19:26:37 +01:00
2026-02-01 23:50:39 +01:00
2026-02-10 23:37:42 +01:00
2026-02-10 23:37:42 +01:00
2026-02-11 00:02:15 +01:00
2025-09-24 00:19:51 +02:00
2026-01-30 20:44:25 +01:00
2026-02-11 17:56:49 +00:00
2026-02-08 18:19:37 +01:00
2026-01-16 21:04:10 +01:00
2026-01-19 15:44:49 +01:00
2026-02-05 19:47:01 +01:00
2026-02-10 23:30:45 +01:00
2025-09-22 09:29:23 +02:00
2026-02-11 20:44:55 +01:00
2025-11-24 19:52:34 +01:00
2026-01-09 19:26:37 +01:00
2026-01-22 20:37:07 +01:00
2025-10-22 16:02:50 +02:00
2025-07-18 08:30:00 -04:00
2026-02-03 14:49:21 +01:00
2026-02-03 14:49:21 +01:00
2025-11-17 18:20:39 +01:00
2025-07-18 08:30:00 -04:00
2026-02-13 15:46:19 +01:00
2025-10-22 19:14:03 +02:00
2025-10-07 19:35:57 +02:00
2024-10-03 14:42:22 -04:00
2026-01-30 20:44:25 +01:00
2026-01-09 19:26:37 +01:00
2026-02-11 08:51:31 +01:00
2026-01-29 15:16:49 +01:00
2026-02-10 23:37:42 +01:00
2026-02-09 11:09:25 +01:00
2026-01-23 09:19:17 +01:00
2026-01-31 18:22:54 +01:00
2026-02-10 23:37:42 +01:00
2026-01-19 15:49:51 +01:00
2026-02-06 00:45:11 +01:00
2026-02-10 23:37:42 +01:00
2026-01-29 15:16:49 +01:00
2026-01-24 01:11:56 +01:00
2026-02-08 10:30:46 +01:00
2026-01-21 20:45:04 +01:00
2025-07-18 08:30:00 -04:00
2026-02-10 23:37:42 +01:00
2026-02-11 00:02:15 +01:00
2026-02-11 00:02:15 +01:00
2025-07-18 08:30:00 -04:00
2026-02-11 00:02:15 +01:00
2025-04-11 09:28:00 -05:00
2026-02-09 11:09:25 +01:00
2026-02-11 00:02:15 +01:00
2025-07-18 08:30:00 -04:00