mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 17:10:11 +00:00
Replaced barcode scanning library with ZXing (#2706)
* Replaced barcode scanning library with ZXing * Applied code formatting rules * Delete now obsolete user settings * Review --------- Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@if (!GROCY_FEATURE_FLAG_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
|
||||
|
||||
@php require_frontend_packages(['quagga2']); @endphp
|
||||
@php require_frontend_packages(['zxing']); @endphp
|
||||
|
||||
@once
|
||||
@push('componentScripts')
|
||||
|
Reference in New Issue
Block a user