mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Barcode tweaks (#726)
* Barcode tweaks - Disable autozoom - Update release notes - Update contributor credits * format
This commit is contained in:
parent
d039f3cfcf
commit
e41842a31d
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue