From 364603d57132e44fc623b7319ca5b5e143610802 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Aug 2026 16:40:11 +0000 Subject: [PATCH] feat(streckkod): Klar-knapp for att bekrafta + ga tillbaka ur skannern Efter lyckad lasning/produktbidrag fanns bara 'Skanna igen'. Nu finns en tydlig knapp som bekraftar och gar tillbaka dit man kom ifran (router.back): 'Stammer - klar' nar man just bidragit med foto, annars 'Klar'. 'Skanna igen' finns kvar som sekundar, och 'Fota baksidan' visas nar info saknas. Nya i18n-nycklar barcode.done + barcode.looksRight x 12 sprak. Verifierat: mobil-typecheck gront. --- apps/mobile/src/app/barcode.tsx | 12 ++++++++---- apps/mobile/src/locales/da/common.json | 2 ++ apps/mobile/src/locales/de/common.json | 2 ++ apps/mobile/src/locales/en/common.json | 2 ++ apps/mobile/src/locales/es/common.json | 2 ++ apps/mobile/src/locales/fi/common.json | 2 ++ apps/mobile/src/locales/fr/common.json | 2 ++ apps/mobile/src/locales/it/common.json | 2 ++ apps/mobile/src/locales/nb/common.json | 2 ++ apps/mobile/src/locales/nl/common.json | 2 ++ apps/mobile/src/locales/pl/common.json | 2 ++ apps/mobile/src/locales/pt/common.json | 2 ++ apps/mobile/src/locales/sv/common.json | 2 ++ 13 files changed, 32 insertions(+), 4 deletions(-) diff --git a/apps/mobile/src/app/barcode.tsx b/apps/mobile/src/app/barcode.tsx index 0b6cfb1..d309d25 100644 --- a/apps/mobile/src/app/barcode.tsx +++ b/apps/mobile/src/app/barcode.tsx @@ -325,15 +325,19 @@ export default function BarcodeScreen() { - {incomplete ? ( + {incomplete && ( <>