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

Fix transaction history infinite scroll #1097

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

msalcala11
Copy link
Collaborator

@msalcala11 msalcala11 commented Mar 19, 2024

Currently the list of transactions in Wallet Details only displays the most recent 25 transactions. Scrolling to the bottom of the list fetches the next 25 transactions but never actually renders them. This PR gets infinite scroll working properly for Wallet Details transaction history by actually rendering the next 25 transactions fetched at the bottom of the list and also wraps all transaction item components with useCallback.

@JohnathanWhite JohnathanWhite merged commit a71a0b8 into bitpay:master Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants