BetterFrame/kiosk
Mitchell R 8b988d7a7d
Some checks are pending
release / meta (push) Waiting to run
release / build (push) Blocked by required conditions
feat: localStorage injection for AbleSign WebView cells
Server bundle:
- BundleCell gains local_storage: Record<string,string> field
- AbleSign entities populate screenId + screenToken (decrypted)
  into local_storage for the cell

Kiosk:
- BundleCell.local_storage deserialized from bundle
- ensure_web() accepts local_storage param
- Injects UserScript at document-start that sets localStorage
  items before the page loads — AbleSign player reads these
  and skips the pairing screen

Also: getSetupState auto-creates row if missing (handles DELETE)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-27 04:02:30 +02:00
..
src feat: localStorage injection for AbleSign WebView cells 2026-05-27 04:02:30 +02:00
Cargo.lock refactor(kiosk): migrate all bundle IDs to String for UUIDv7 + ONVIF image proxy 2026-05-26 13:09:32 +02:00
Cargo.toml refactor(kiosk): migrate all bundle IDs to String for UUIDv7 + ONVIF image proxy 2026-05-26 13:09:32 +02:00
prototype.sh fix(deploy): require proxied local services 2026-05-11 09:51:00 +02:00