-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pagination to transaction history view #1652
Comments
User StoryAs a user that has made transactions with my wallet, SolutionImplement pagination to the API call (if not available) and screen of the Transaction History View. Acceptance CriteriaAC1. When I enter the Transaction History View I can see the 10 most recent transactions. |
Implementation might be infinite scroll rather than "See more" button. Depending on if we can find the work that was done previously. |
Fixed in dev 👍 |
Steps:
Login to account that have a lot of transactions (example private key for testnet: 56ECDB91928CFBBE274B90124BDB68C424DC8A079E60FD5DD0A37968CCC3B7B2)
Go to Home -> History
Current result:
Wallet load all confirmed transactions which makes it not responsible if account has many transactions.
Expected result:
Wallet load only transactions that are currently visible on view.
The text was updated successfully, but these errors were encountered: