Upgraded to Quagga2 (again) (closes #799, also references #844)

This commit is contained in:
Bernd Bestel 2020-08-19 20:04:17 +02:00
parent 04bbad2167
commit cf9bb87f6e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
4 changed files with 3407 additions and 28 deletions

View File

@ -53,6 +53,7 @@
- Via an FastCGI parameter (lower priority)
- Performance improvements (page loading time) of the stock overview page (thanks @fipwmaqzufheoxq92ebc)
- The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu)
- Replaced (again, added before in v2.7.0, then reverted in v2.7.1 due to some problems) [QuaggaJS](https://github.com/serratus/quaggaJS) (seems to be unmaintained) by [Quagga2](https://github.com/ericblade/quagga2)
- More `config.php` settings (see the section `Component configuration for Quagga2`) to tweak Quagga2 (this is the component used for device camera for barcode scanning) (thanks @andrelam)
- Some localization string fixes (thanks @duckfullstop)
- New translations: (thanks all the translators)

View File

@ -3,6 +3,7 @@
"private": true,
"dependencies": {
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
"@ericblade/quagga2": "^1.2.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
"animate.css": "^4.1.0",
@ -28,7 +29,6 @@
"jquery-serializejson": "^2.9.0",
"moment": "^2.27.0",
"nosleep.js": "^0.11.0",
"quagga": "https://github.com/serratus/quaggaJS.git#master",
"sprintf-js": "^1.1.2",
"startbootstrap-sb-admin": "4.0.0",
"summernote": "^0.8.18",

View File

@ -5,7 +5,7 @@
@endpush
@push('pageScripts')
<script src="{{ $U('/node_modules/quagga/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
<script src="{{ $U('/node_modules/@ericblade/quagga2/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
@endpush
@push('pageStyles')

3430
yarn.lock

File diff suppressed because it is too large Load Diff