Bishal Shrestha
5ca49392c4
feat: show counterpart account in transfer transaction list row ( #2643 )
...
* Show counterpart account in transfer transaction list row
* feat: show transfer counterpart account with access and nil guards
* - Gate counterpart name behind accessible_accounts check.
- Add nested transfer includes to TransactionsController and
AccountsController to prevent N+1 queries.
- Use precomputed @accessible_account_ids Set for O(1) lookups.
* test: add view tests for transfer counterpart rendering
Cover outflow arrow, inflow arrow, and unmatched transfer fallback
using ActionView::TestCase following existing merged_badge pattern.
* Fix transfer eager loading for polymorphic entryables
* Keep accessible_account_ids as Array to fix mock test expectations
2026-07-29 16:12:29 -07:00
..
2026-05-20 18:12:36 +02:00
2026-05-13 21:05:11 +02:00
2026-07-26 07:40:25 +02:00
2026-06-11 15:24:02 +02:00
2026-06-02 21:44:57 +02:00
2026-06-28 19:47:53 +00:00
2026-06-25 05:44:44 +02:00
2026-05-27 23:58:00 +02:00
2026-05-21 12:56:02 +02:00
2026-07-17 07:39:11 +02:00
2026-07-17 07:39:11 +02:00
2026-07-21 10:00:15 +02:00
2026-07-21 10:00:15 +02:00
2026-06-25 05:44:44 +02:00
2026-05-21 12:56:02 +02:00
2026-05-21 12:56:02 +02:00
2026-07-21 09:15:24 +02:00
2026-07-17 07:39:11 +02:00
2026-07-17 07:39:11 +02:00
2026-06-11 16:19:58 +02:00
2026-06-01 21:46:32 +02:00
2026-05-28 14:50:49 +02:00
2026-05-09 12:36:41 +02:00
2026-07-17 06:57:54 +02:00
2026-07-22 00:38:52 +02:00
2026-06-30 07:26:23 +02:00
2026-07-21 10:00:15 +02:00
2026-06-14 22:04:11 +02:00
2026-07-14 03:16:28 +02:00
2026-07-14 02:41:29 +02:00
2026-07-14 03:16:28 +02:00
2026-07-17 06:57:54 +02:00
2026-05-21 16:25:01 +02:00
2026-07-26 07:18:23 +02:00
2026-05-23 08:55:39 +02:00
2026-06-14 22:04:11 +02:00
2026-05-04 00:50:52 +02:00
2026-05-21 12:56:02 +02:00
2026-07-26 07:18:23 +02:00
2026-07-17 07:39:11 +02:00
2026-05-21 12:56:02 +02:00
2026-05-21 12:56:02 +02:00
2026-05-30 01:30:11 +02:00
2026-05-05 01:20:57 +02:00
2026-05-23 09:23:30 +02:00
2026-05-20 18:12:36 +02:00
2026-07-26 07:18:23 +02:00
2026-05-04 21:47:01 +02:00
2026-05-22 02:33:28 +02:00
2026-05-21 16:25:01 +02:00
2026-07-25 04:47:58 +02:00
2026-07-08 09:00:49 +02:00
2026-06-08 21:44:11 +02:00
2026-07-26 07:40:25 +02:00
2026-06-11 16:05:13 +02:00
2026-07-25 05:59:32 +02:00
2026-05-17 09:52:49 +02:00
2026-07-17 23:00:18 +02:00
2026-06-15 20:11:36 +02:00
2026-04-09 18:33:59 +02:00
2026-06-11 15:25:33 +02:00
2026-07-26 07:40:25 +02:00
2026-07-14 03:16:28 +02:00
2026-07-25 03:35:35 +02:00
2026-07-24 22:45:44 +02:00
2026-05-23 08:52:04 +02:00
2026-07-17 07:39:11 +02:00
2026-05-20 18:12:36 +02:00
2026-05-20 18:12:36 +02:00
2026-05-17 09:52:49 +02:00
2026-06-27 06:43:12 +02:00
2026-07-25 04:54:30 +02:00
2026-03-25 10:50:23 +01:00
2026-07-29 16:12:29 -07:00
2026-05-17 09:52:49 +02:00
2026-07-17 23:06:14 +02:00
2026-06-20 20:33:09 +02:00
2026-05-20 18:30:25 +02:00
2026-05-22 02:33:28 +02:00
2026-05-17 09:52:49 +02:00
2026-07-14 03:16:28 +02:00