ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

Add settings #65

Closed mds1 closed 4 years ago

mds1 commented 4 years ago

Closes #60

This PR adds a Settings tab which:

mds1 commented 4 years ago

Added persistence with local storage. Right now on login it's inefficient because it first updates the state on login, and again when it redirects to the balance page. For this PR I say we leave it as is and fix it when we work on caching in #63

Still waiting to hear about the select vs. text field for the endpoint

mds1 commented 4 years ago

OK, the network selection settings now more closely match the mockups we were given (shown below). The only issue here is that for some reason the network requests are using a kaspasim: address instead of kaspatest:. I can't figure out why this is happening. @wildmolasses Do you have any insight on this?

It seems I also broke the tests by changing how networks are handled, so @wildmolasses I'll need your help there too

image