mirror of
https://github.com/inventree/inventree-app.git
synced 2025-12-03 18:59:50 +00:00
Barcode tweaks (#726)
* Barcode tweaks - Disable autozoom - Update release notes - Update contributor credits * format
This commit is contained in:
@@ -10,6 +10,7 @@ Thanks to the following contributors, for their work building this app!
|
|||||||
- [Bobbe](https://github.com/30350n)
|
- [Bobbe](https://github.com/30350n)
|
||||||
- [awnz](https://github.com/awnz)
|
- [awnz](https://github.com/awnz)
|
||||||
- [joaomnuno](https://github.com/joaomnuno)
|
- [joaomnuno](https://github.com/joaomnuno)
|
||||||
|
- [Alex9779](https://github.com/Alex9779)
|
||||||
--------
|
--------
|
||||||
|
|
||||||
## Assets
|
## Assets
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
### 0.21.0 - November 2025
|
### 0.21.0 - November 2025
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- Adds zoom controller for barcode scanner camera view
|
||||||
- Display default stock location in Part detail page
|
- Display default stock location in Part detail page
|
||||||
- Display stock information in SupplierPart detail page
|
- Display stock information in SupplierPart detail page
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState {
|
|||||||
double zoomFactor = 0.0;
|
double zoomFactor = 0.0;
|
||||||
|
|
||||||
final MobileScannerController controller = MobileScannerController(
|
final MobileScannerController controller = MobileScannerController(
|
||||||
autoZoom: true,
|
autoZoom: false, // Disable autoZoom as we implement a manual slider
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user