-
Notifications
You must be signed in to change notification settings - Fork 312
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
Disable "Scan QR Code" button if camera is not available while logging in with private key #1318
Labels
Bug
Something isn't working
Comments
drptbl
changed the title
Show an error if camera is not available while trying to "Scan QR Code" when logging in with private key
Disable "Scan QR Code" button if camera is not available while logging in with private key
Jul 10, 2018
I'll take this |
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 27, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 27, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
1 task
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
1 task
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
ranbena
added a commit
to ranbena/neon-wallet
that referenced
this issue
Nov 28, 2018
comountainclimber
added a commit
that referenced
this issue
Nov 29, 2018
[#1318] PrepWork 1/3: Added util/poll.js unit tests
comountainclimber
added a commit
that referenced
this issue
Nov 29, 2018
[#1318] PrepWork 2+3/3: Added cancellable ability to util/poll.js
comountainclimber
added a commit
that referenced
this issue
Nov 29, 2018
[#1318] Actual 1/2: Enable “Scan QR” button only if camera available
comountainclimber
added a commit
that referenced
this issue
Nov 29, 2018
[#1318] Actual 2/2: Added camera availability unit tests
Please award @tbeck860 100 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wallet version or commit SHA:
dev
branch (ae58feb)Environment:
Win 10 Home (64 bit) Version 1803 Build 17134.112
Pre-requisites:
No camera available (VM for example)
Reproduction steps:
If there is no camera available when going to "Login with private key" page, "Scan QR Code" button should be disabled. Currently if button is clicked, there's an error thrown in console however it's not visible in the wallet UI, so users are not informed about this. Also button changes to "Cancel" - it shouldn't happen in case of error.
If it's not possible to check camera and disable this button, we should at least show the error after clicking on it.
Screenshot/Video:
The text was updated successfully, but these errors were encountered: