-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add camera choice option to QR scanner field #12109
Conversation
Added used camera preference option.
Added preferred camera setting.
Added preferred camera setting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks for the contribution @zedascouves.
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #12109 +/- ##
===========================================
- Coverage 75.74% 46.82% -28.92%
===========================================
Files 338 164 -174
Lines 14186 5811 -8375
Branches 2981 1164 -1817
===========================================
- Hits 10745 2721 -8024
+ Misses 3218 2824 -394
- Partials 223 266 +43 see 502 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Removed quotes ("") from variable reference. I believe this is what is causing the test failure.
Updated the code as suggested. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed the code as suggested.
Do I need to do anything else for this to be successfully merged? |
Description
Allows selecting the camera for the QR scanner field. Issue #11459.
Addresses:
https://github.com/Budibase/budibase/issues/11459
Documentation