hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

"open a different wallet" causes a reload? #114

Closed mackuba closed 10 years ago

mackuba commented 10 years ago

If I press that, I see the bunny animation again for a few seconds.

haustraliaer commented 10 years ago

Yeah as far as I'm aware it has to? Will asign this one to @weilu because if not then we shouldn't refresh the page.

weilu commented 10 years ago

yea currently it causes a reload: https://github.com/hivewallet/hive-js/blob/master/app/widgets/auth/pin/index.js#L42

Instead, trying to require the initial choose page results in circular dependency which causes the page to not load :(

haustraliaer commented 10 years ago

Closing due to limitation of the js wallet.