mably / lncli-web

Light-weight web client for the lnd daemon written in NodeJS / Angular.
https://github.com/lightningnetwork/lnd
GNU Affero General Public License v3.0
184 stars 58 forks source link

Add support for locked wallet #162

Open PirosB3 opened 6 years ago

PirosB3 commented 6 years ago

Currently lncli-web does not work with locked lnd wallets. While this is expected, the Web UI does not provide any visual/textual feedback to the user that they should unlock their wallet. Furthermore, if lncli-web starts with a wallet in a locked state that is later unlocked, a server restart is required.

It would be nice to provide a landing page to prompt the user to unlock their LND wallet and restart the server if they are in the state described above. This could be as simple as adding an alert dialogue on the top of the page, giving the user suggested next steps.

@mably is this something you would like to have? I could work on it next week

mably commented 6 years ago

Definitely, thanks a lot 😄

PirosB3 commented 6 years ago

Sounds great! I will work on this upcoming week