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

bug(ui): Back button on details page should be predictable with scroll restoration. #1601

Open
elliotcourant opened this issue Nov 3, 2023 · 0 comments
Labels
bug Something isn't working ui Related to or caused by the React UI.
Milestone

Comments

@elliotcourant
Copy link
Member

Right now the back button is not actually a back button but is instead a link back to what it knows is the previous page. This way it works even if the URL loaded is direct to the detail and does not have any history.

Something should be added such that if the previous page does exist though and it is for that transactions path, then navigate(-1) should be used instead to perform proper scroll restoration.

@elliotcourant elliotcourant added bug Something isn't working ui Related to or caused by the React UI. labels Nov 3, 2023
@elliotcourant elliotcourant added this to the v1.0.0 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Related to or caused by the React UI.
Projects
None yet
Development

No branches or pull requests

1 participant