feat(qr-exchange): improved QR code exchange system

- Updated connection flow between users via QR codes
- Added manual switching option in QR code generator
- Increased number of QR codes for better readability
This commit is contained in:
lockbitchat
2025-09-27 19:07:17 -04:00
parent 0ce05b836b
commit 7902359c48
10 changed files with 591 additions and 55 deletions

View File

@@ -103,13 +103,13 @@
<link rel="stylesheet" href="src/styles/animations.css">
<link rel="stylesheet" href="src/styles/components.css">
<script src="src/scripts/fa-check.js"></script>
<script type="module" src="dist/qr-local.js"></script>
<script type="module" src="src/components/QRScanner.js?v=2"></script>
<script type="module" src="dist/qr-local.js?v=1757383302"></script>
<script type="module" src="src/components/QRScanner.js?v=3"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="dist/app.js?v=1757383301"></script>
<script type="module" src="dist/app-boot.js?v=1757383301"></script>
<script type="module" src="dist/app.js?v=1757383304"></script>
<script type="module" src="dist/app-boot.js?v=1757383304"></script>
<script src="src/scripts/pwa-register.js"></script>
<script src="./src/pwa/install-prompt.js" type="module"></script>