-
-
Notifications
You must be signed in to change notification settings - Fork 810
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
[WIP] Barcode scanning #8732
base: master
Are you sure you want to change the base?
[WIP] Barcode scanning #8732
Conversation
- Separated widgets for camera / keyboard / wedge scanner - UI / UX improvements
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8732 +/- ##
==========================================
- Coverage 85.20% 85.16% -0.05%
==========================================
Files 1172 1174 +2
Lines 51538 51545 +7
Branches 2089 2077 -12
==========================================
- Hits 43911 43896 -15
- Misses 7118 7131 +13
- Partials 509 518 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Access as part of useTable hook - No longer hard-coded to 'pk'
Overview
This PR implements the "quick scan" dialog functionality in the new user interface, as well as refactoring / further features for the "barcode actions" page.
The "scan barcode" dialog has now been refactored into a common component, with support for:
Related Issues
TODO