multica/packages
Naiyuan Qing 2f5dbcdde9 feat(ui): add QR code scanner to ConnectPrompt
Add browser-based QR scanning as an alternative to paste mode in the
ConnectPrompt component. Mobile users can scan the Desktop QR code
directly instead of manually copying connection codes.

- Add qr-scanner dependency (WebWorker-based decoding, BarcodeDetector support)
- Create use-qr-scanner hook wrapping camera lifecycle and cleanup
- Create QrScannerView component with viewfinder overlay
- ConnectPrompt auto-detects mobile (touch + narrow viewport) and defaults to scan mode
- Lazy-load scanner component for zero initial bundle impact
- Graceful fallback to paste mode on permission denial or no camera

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 15:41:12 +08:00
..
sdk fix(sdk,store): align frontend streaming protocol with new AgentEvent format 2026-02-03 16:54:34 +08:00
store refactor(store): consolidate 3 stores into ConnectionStore + MessagesStore 2026-02-04 10:12:45 +08:00
ui feat(ui): add QR code scanner to ConnectPrompt 2026-02-04 15:41:12 +08:00