This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 215
Deleting a wallet leads me to blank screen (Next) #1012
Comments
mrfelton
added a commit
to mrfelton/zap-desktop
that referenced
this issue
Dec 4, 2018
Ensure that the user is redirected to the homepage after deleting a wallet. Unset the `activeWallet` and ensure that the `no wallet selected` message is visible. Fix LN-Zap#1012
6 tasks
@JimmyMow we already had a screen to handle the case where no wallet is selected, so I have updated to code to ensure that is used. See #1015 I did originally have it set up to select the first wallet in the list on delete (if there was one) but I think the UX was bad - it's confusing to be taken directly to an unrelated wallet after deleting one of your wallets and it's not clear to the user exactly what happened. By showing the user the |
mrfelton
added a commit
to mrfelton/zap-desktop
that referenced
this issue
Dec 4, 2018
Ensure that the user is redirected to the homepage after deleting a wallet. Unset the `activeWallet` and ensure that the `no wallet selected` message is visible. Fix LN-Zap#1012
Fixed via #1015 |
mrfelton
added a commit
that referenced
this issue
Dec 12, 2018
Ensure that the user is redirected to the homepage after deleting a wallet. Unset the `activeWallet` and ensure that the `no wallet selected` message is visible. Fix #1012
mrfelton
added a commit
that referenced
this issue
Dec 12, 2018
Ensure that the user is redirected to the homepage after deleting a wallet. Unset the `activeWallet` and ensure that the `no wallet selected` message is visible. Fix #1012
mrfelton
added a commit
that referenced
this issue
Dec 15, 2018
Ensure that the user is redirected to the homepage after deleting a wallet. Unset the `activeWallet` and ensure that the `no wallet selected` message is visible. Fix #1012
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I deleted one of my non-used testnet wallets and was sent to a blank screen.
See screencast here: https://streamable.com/d27ew
Expected Behavior
I think Zap should go to some other wallet, even if it is random, I think that would be fine.
The text was updated successfully, but these errors were encountered: