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

Store transaction page/cursor in url of accounts page #462

Closed
davidyuk opened this issue Aug 20, 2023 · 1 comment · Fixed by #834
Closed

Store transaction page/cursor in url of accounts page #462

davidyuk opened this issue Aug 20, 2023 · 1 comment · Fixed by #834
Assignees
Labels
enhancement New feature or request

Comments

@davidyuk
Copy link
Member

Use case: I'm going to look though some transactions of account at https://aescan.io/accounts/

.

  • I'm not at the first page of Transactions
  • navigating to specific transaction by its hash
  • after checking its details I want to go back, pressing back button
  • I see account page at the tx page instead of where I was before 🙁

The solution would be to store page/cursor in url of accounts page, like
https://aescan.io/accounts/<address>/transactions/57491215 (cursor's value from mdw)

@davidyuk davidyuk added the enhancement New feature or request label Aug 20, 2023
@marc0olo
Copy link
Contributor

in this case I'd like to bring up another pagination feature:

  • "First" / "Last" buttons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment