EthereumCommonwealth / etherwallet

Ethereum Classic blockchain interaction web tool.
https://ethereumproject.github.io/etherwallet/
BSD 4-Clause "Original" or "Old" License
14 stars 17 forks source link

fix/node-grouping-#262 #264

Closed j-chimienti closed 5 years ago

j-chimienti commented 5 years ago

fixes #262

changes:

  1. remove hardcoded li(n) left borders and replace w/ js classes li.etc, li.clo, ...
  2. set grey bottom border via js class
  3. update customNode form
    • save type
    • handle validation checks in html
j-chimienti commented 5 years ago

fix saving type

localStorage.localNodes = "[{"name":"custom etc","url":"http://localhost","port":8545,"httpBasicAuth":null,"eip155":true,"chainId":61,"type":"ETC"}]"
j-chimienti commented 5 years ago

testnet colors are grey, clo color = etc

screen shot 2018-09-21 at 9 18 16 am screen shot 2018-09-21 at 9 18 22 am