DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

Make container links clickable #147

Open debragail opened 5 years ago

debragail commented 5 years ago

Redesigned RPC Server header section displays the localhost but it is not clickable.

Expected Behavior

screen shot 2018-12-15 at 21 45 45

RPC Server localhost should open in new window because IF https:// then New Window else open in results container

Current Behavior

local host is displayed but not clickable Also Transaction address is not clickable

Possible Solution

currently just an h3 tag but could make it automatically clickable and open in new window for RPC and new yet to be designed Results container on same page.

screen shot 2018-12-15 at 21 48 33

Context

It would be helpful to have that link as a new window to be able to launch host link and also the option to open in a results container possibly from the search results container.

sureife commented 5 years ago

Hi @debragail. Can I get a go at this one?