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

Navigating transactions in an account is painful #1598

Open
rbair23 opened this issue Jan 19, 2025 · 1 comment
Open

Navigating transactions in an account is painful #1598

rbair23 opened this issue Jan 19, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rbair23
Copy link
Member

rbair23 commented Jan 19, 2025

Problem

I want to reconcile my account history as reported in HashScan with my tax software records. The way I tried to do this is by having one browser window up to the tax software (Koinly) and one open to Hashscan, and to work my way through transactions. If on HashScan I am looking at all the transactions in the account, but want to see the details, I have to click on the transaction to see the details and then when I click the back button in the browser, it doesn't get me back to where I was. And in a long list of transactions, it is hard to see where I left off.

Solution

Instead a couple options:

  1. We could allow the row to expand in the account view to see transaction details right there inline
  2. We could add to the transaction details next / prev buttons to traverse through other transactions within the account in order.

Maybe there are better options?

Alternatives

No response

@rbair23 rbair23 added the enhancement New feature or request label Jan 19, 2025
@svienot
Copy link
Collaborator

svienot commented Jan 20, 2025

So you are working on the Transactions (Recent Operations section) on your account 's page.
You navigate through the pages, say, until page 10 (this puts the refresh on pause automatically if it wasn't already paused).
Then you click on one of the transactions to see its details.
When you click back (in the browser history) this should bring you back to page 10.
If this is not what you observe, there is a bug (I am trying but am unable to reproduce it so far...).

This bug aside, the option 1/ could be useful to avoid going back and forth between the list and the details page.
For option 2/, it is less obvious how we would materialise on the transaction details page the notion that we are in the context of an enumeration of the account's transaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants