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

Add support for individual transaction id links on transactions page list #1380

Open
Nana-EC opened this issue Sep 23, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Nana-EC
Copy link

Nana-EC commented Sep 23, 2024

Problem

The transactions page does a great job of listing transactions, however when presented with many transactions a user may want to explore multiple transactions whiles preserving the original list of transactions presented e.g. https://hashscan.io/mainnet/transactions?type=ethereumtransaction.
For this they'd look to open a single transaction in a new tab or window.
Right clicking on a transaction currently does now provide this option due to the type of hyperlink employed.

Solution

Update individual transaction list items to support open in new tab/window
e.g. make transactionId a hyperlink to https://hashscan.io/<env>/transaction/transactionId

Alternatives

No response

@Nana-EC Nana-EC added the enhancement New feature or request label Sep 23, 2024
@Nana-EC Nana-EC changed the title Add support for open in new tab hyperlinks on transactions page list Add support for individual transaction id links on transactions page list Sep 23, 2024
@svienot
Copy link
Collaborator

svienot commented Sep 23, 2024

Cmd-click (on a mac) and Ctrl-click (or wheel-click, on a PC) will open the details page in a different tab -- and this should work from any table.

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

2 participants