hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
16 stars 12 forks source link

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

Open Nana-EC opened 1 week ago

Nana-EC commented 1 week ago

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

svienot commented 1 week ago

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.