-
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
add refresh buttons for new position and position details #641
base: dev
Are you sure you want to change the base?
add refresh buttons for new position and position details #641
Conversation
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.
Refresh on position details is not working correctly. Every time I click the refresh button on the "position details," my unclaimed fees change to 0, even though there are accumulated fees in this position
Additionally, the liquidity chart should also be redrawn |
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.
I've tested that refreshing closed position and redirecting to the position list works correctly
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.
Indexes of selected ticks should not be reset upon refreshing on the "add liquidity" view
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.
We need to include a global price update in the refresh button and align this PR with the master
This pull request has been deployed to Vercel.
|
add refresh buttons for new position and position details.
PR will be finished after merge #662