Merge pull request #2602 from Johennes/johannes/qr

Display QR code when sharing invite link
This commit is contained in:
fkwp
2024-09-02 18:56:42 +02:00
committed by GitHub
9 changed files with 248 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.14.199",
"@types/node": "^20.0.0",
"@types/qrcode": "^1.5.5",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/sdp-transform": "^2.4.5",
@@ -92,6 +93,7 @@
"postcss-preset-env": "^10.0.0",
"posthog-js": "^1.29.0",
"prettier": "^3.0.0",
"qrcode": "^1.5.4",
"react": "18",
"react-dom": "18",
"react-i18next": "^15.0.0",