mirror of
https://github.com/grocy/grocy.git
synced 2025-04-28 17:23:56 +00:00
parent
04bbad2167
commit
cf9bb87f6e
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user