2
0
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:
Oliver
2025-11-20 07:51:19 +11:00
committed by GitHub
parent d039f3cfcf
commit e41842a31d
3 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ Thanks to the following contributors, for their work building this app!
- [Bobbe](https://github.com/30350n)
- [awnz](https://github.com/awnz)
- [joaomnuno](https://github.com/joaomnuno)
- [Alex9779](https://github.com/Alex9779)
--------
## Assets

View File

@@ -1,6 +1,7 @@
### 0.21.0 - November 2025
---
- Adds zoom controller for barcode scanner camera view
- Display default stock location in Part detail page
- Display stock information in SupplierPart detail page

View File

@@ -44,7 +44,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState {
double zoomFactor = 0.0;
final MobileScannerController controller = MobileScannerController(
autoZoom: true,
autoZoom: false, // Disable autoZoom as we implement a manual slider
);
@override