Skip to content
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

wallet transaction list needs pagination #1553

Closed
LuizAsFight opened this issue Oct 6, 2024 · 0 comments · Fixed by #1558 or #1572
Closed

wallet transaction list needs pagination #1553

LuizAsFight opened this issue Oct 6, 2024 · 0 comments · Fixed by #1558 or #1572
Assignees
Labels
bug Something isn't working

Comments

@LuizAsFight
Copy link
Contributor

LuizAsFight commented Oct 6, 2024

we need to reduce the tx limit to 20, then lazy load the transactions after creating a pagination similar to what we have in the bridge repo transactions list

we can paginate until 200 transactions and if still has more pages then we show a button "Show all in Explorer", linking the user to the block explorer account page

@LuizAsFight LuizAsFight added the bug Something isn't working label Oct 6, 2024 — with Linear
@helciofranco helciofranco self-assigned this Oct 6, 2024
@helciofranco helciofranco linked a pull request Oct 7, 2024 that will close this issue
@helciofranco helciofranco reopened this Oct 9, 2024
helciofranco added a commit that referenced this issue Oct 10, 2024
- Closes #1553

---

- Fetch transaction history cursors using a simplified query to optimize
data retrieval.
- Improve loading time by reducing the page info query complexity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants