## What - Bump the account page transaction list page size from **10 → 50** (`Accounts/Show.tsx`). - Add a **View in Transactions** button next to *Load more* (only on the account page) that opens the Transactions page pre-filtered to the current account via `account_ids`. - Add Spanish translation `View in Transactions` → `Ver en Transacciones`. ## Notes - The account list is synced client-side (IndexedDB); `pageSize` controls how many rows render before *Load more*, so no backend change needed. - The Transactions index already defaults to `per_page = 50` and reads `account_ids` from the query string. ## Testing - `vitest` Accounts/Show tests pass. - `bun run format`, `bun run lint`, `bun run build` pass. |
||
|---|---|---|
| .. | ||
| en | ||
| es | ||
| es.json | ||