## Summary The dashboard currently shows the most recent transactions but has no pagination. Add a 'Load more' button or infinite scroll. ## Files - `frontend/wallet/app/dashboard/page.tsx` ## Acceptance criteria - [ ] Track current page / cursor in state - [ ] Horizon supports cursor pagination — pass through - [ ] Wraith supports limit/offset — pass through - [ ] 'Load more' merges new entries into existing list - [ ] No duplicates when both sources return same tx
Summary
The dashboard currently shows the most recent transactions but has no pagination. Add a 'Load more' button or infinite scroll.
Files
frontend/wallet/app/dashboard/page.tsxAcceptance criteria