Add file sharing and QR code features

- Add file sharing with chunked transfer over data channel
- Display file messages with download button
- Add QR code generation for connection sharing
- Add QR scanner for easy connection joining
- Update UI with file button and scan option
- Add responsive CSS styling for new features
This commit is contained in:
2025-11-07 22:12:12 +01:00
parent 6446f21924
commit 5219b79bb5
4 changed files with 804 additions and 15 deletions

View File

@@ -11,6 +11,8 @@
},
"dependencies": {
"@xtr-dev/rondevu-client": "^0.0.4",
"@zxing/library": "^0.21.3",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},