-
Notifications
You must be signed in to change notification settings - Fork 55
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 position list pagination bugs #571
Conversation
Bump staging
Update prod
Update staging
Update prod
Update staging
Update prod
Update staging
Update prod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still an issue. Here is how to reproduce it:
- I am on the 2nd page of the position list in the Invarinat app, connected to wallet A.
- I disconnect wallet A in the Invariant app.
- I change the wallet in the wallet extension to wallet B.
- I click "connect wallet" in the Invarinat app to connect wallet B. There is only one position here (everything is still working fine).
- I disconnect wallet B in the Invariant app.
- I click "connect wallet" in the Invarinat app to connect wallet A. Now, the issue occurs:
I get a view where the position list is on page 1, but in the pagination navigation, page 2 is currently highlighted. This means there is an inconsistency between the highlighted page and the displayed positions in the position list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, there is a problem with the previous bug. When I remove the last position on the second page
This pull request has been deployed to Vercel.
|
No description provided.