-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use query param in url to track state #104
Comments
@LyonSsS here is the URL of the deployed branch for QA: https://feat-use-query-param.explorer-ui-qxq.pages.dev/ |
After a first round of QA there are still some issues to be take care of:
|
@LyonSsS point 1 has been fixed. It was fecthing the correct page but it wasn't updating the page number. I'm going to check point 2 and 3. |
Retest:
|
Thanks for clarifying this one @wainola . This issue is now consider as done. The other issue is out of scope to the context of this one. |
Right now, if send someone the link it always goes back to the first page. We should have page query param in URL and that be the state tracker so you always can land on the exact page you were looking at before.
Implementation details
Add ?page= to list view urls and fetch transfers based on that.
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: