You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
- Closes#1553
---
- Fetch transaction history cursors using a simplified query to optimize
data retrieval.
- Improve loading time by reducing the page info query complexity.
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
The text was updated successfully, but these errors were encountered: