feat(pos-pwa): pOS: make TPV installable PWA and launch fullscreen

This commit is contained in:
Deploy
2026-08-26 20:38:19 +02:00
parent 158d55b8c6
commit 19f37b70e1
10 changed files with 137 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
{
"feature_id": "POS-PWA",
"agent": "reviewer",
"stage": "review_gate",
"verdict": "APPROVED",
"summary": "PWA manifest + viewport added to POS app. themeColor moved to viewport export per Next.js 16 requirements.",
"checks": [
{ "item": "manifest.webmanifest generated", "ok": true },
{ "item": "No build warnings", "ok": true }
],
"issues": [],
"evidence": ["cd project/apps/pos && npm run build", "git diff --check"],
"timestamp": "2026-08-26T18:36:20Z"
}