ava-labs / avalanche-explorer

The Vue frontend for the Avalanche blockchain.
https://explorer.avax.network
BSD 3-Clause "New" or "Revised" License
83 stars 44 forks source link

Subnet id should be reflected in the URL #34

Open arikan opened 4 years ago

arikan commented 4 years ago

So that we can view the subnet directly. It should be like:

https://explorer.avax.network/subnets/:id https://explorer.avax.network/subnets/:id#blockchains https://explorer.avax.network/subnets/:id#validators https://explorer.avax.network/subnets/:id#pending-validators https://explorer.avax.network/subnets/:id#keys

strictlymomo commented 4 years ago

Hi there, sorry for the delayed response.

I'm currently working on redesigning the path structures. Subnets and blockchains will be top-level and their child entities will be nested within.

This issue will be reflected in the changes.