You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 tohttps://hashscan.io/<env>/transaction/transactionId
Alternatives
No response
The text was updated successfully, but these errors were encountered: