Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network is not saved after page reload #220

Open
maxbethke opened this issue Jan 29, 2021 · 2 comments
Open

Network is not saved after page reload #220

maxbethke opened this issue Jan 29, 2021 · 2 comments

Comments

@maxbethke
Copy link

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

@maxbethke
Copy link
Author

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>

@maxbethke
Copy link
Author

maxbethke commented Feb 1, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant