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:
Fándly Gergő
2025-03-21 18:41:39 +02:00
committed by GitHub
parent 03ab765ccd
commit e786433273
9 changed files with 78 additions and 624 deletions

View File

@@ -209,16 +209,14 @@ a:not([href]) {
white-space: pre-wrap;
}
/* Camera Barcodescanner Quagga2 */
/* Camera Barcodescanner */
#camerabarcodescanner-container {
max-height: 90vh;
display: flex;
justify-content: center;
}
#camerabarcodescanner-livestream video {
width: 100%;
}
#camerabarcodescanner-livestream canvas {
#camerabarcodescanner-livestream {
width: 100%;
}
@@ -381,14 +379,6 @@ html {
z-index: 99999 !important;
}
/* Third party component customizations - QuaggaJS */
canvas.drawing,
canvas.drawingBuffer {
position: absolute;
left: 0;
top: 0;
}
.warning-message,
.error-message,
.normal-message,