fix: cancel counting, redesigned locations, scanner defaults, uncounted items, and restored dashboard header

This commit is contained in:
2026-06-12 23:46:48 +03:30
parent fd9a57b96c
commit 37dd2e0f16
8 changed files with 409 additions and 176 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function ItemCountingContent() {
const [submitLoading, setSubmitLoading] = useState(false);
const [history, setHistory] = useState([]);
const [cameraEnabled, setCameraEnabled] = useState(false);
const [cameraEnabled, setCameraEnabled] = useState(true);
const [camError, setCamError] = useState('');
const [errorMsg, setErrorMsg] = useState('');