-
Notifications
You must be signed in to change notification settings - Fork 17
Add transaction history pagination #92
Copy link
Copy link
Open
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:walletWallet frontendWallet frontenddifficulty:easy~1-3 hours~1-3 hoursgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveDrips Wave program issueDrips Wave program issuearea:walletWallet frontendWallet frontenddifficulty:easy~1-3 hours~1-3 hoursgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Background
The dashboard transaction history loads the most recent transfers and stops. For active wallets, users have no way to scroll back to older transactions. The Wraith
/transfersendpoint supportslimitandcursorpagination — it just needs to be wired up in the wallet UI.What to build
Add a "Load more" button to the transaction history section on the dashboard.
Key files
frontend/wallet/app/dashboard/page.tsx— transaction list renderingSuggested execution
cursorstate variable on the dashboardnext_cursorfield — store it after each fetchnext_cursorexistsExample commit message:
feat(wallet): add Load More pagination to transaction historyAcceptance criteria