telosnetwork / teloscan

Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
https://teloscan.io
Apache License 2.0
22 stars 25 forks source link

Redirect to home on network change #884

Open Viterbo opened 5 days ago

Viterbo commented 5 days ago

Overview

Some pages do not make sense to stay in the same URL path after changing the network because we might be looking at something specific to that network that is probably not present in the new network. In those cases, the network change should redirect to the home page.

Acceptance Criteria

Make a redirection to home in the following cases:

Make a pagination reset on the following cases:

Screenshots

Transaction on Mainnet

image

Same transaction hash on Testnet does not exist

image