Network is not saved after page reload
Every time I reload the page I have to go to the #settings and select the network again, If I am dealing with anything but Bitcoin. Also the settings page is not very easy to find. (only via the gear on the broadcast tab or manually typing #settings in the URL). Perhaps the settings page could be included in the navbar
I see the settings (along with the fee calculator) seem to intentionally be hidden in the navbar ... why is that?
<ul class="nav navbar-nav">
[...]
<li class="hidden"><a href="#settings" data-toggle="tab"><span class="glyphicon glyphicon-cog"></span> Settings</a></li>
<li class="hidden"><a href="#fees" data-toggle="tab"><span class="glyphicon glyphicon-tag"></span> Fees</a></li>
</ul>
Developed my own solution in a fork and created a pull request #223
Im not sure how things will work in terms of consent now, as there are now cookies being saved. This might be the reason why this functionality wasn't natively provided in the first place...