-
Notifications
You must be signed in to change notification settings - Fork 6
WIP: Playing around with QR codes on multiplayer experience #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Add reusable QRCodeComponent for canvas
Embed QR codes in VideoSection overlay
Dynamically build mobile prompt stream URL
Install qrcode and @types/qrcode dependencies
Changes walkthrough 📝
QRCode.tsx
Add reusable QRCodeComponent
apps/app/components/QRCode.tsx
QRCodeComponent
functional componentqrcode.toCanvas
for canvas renderingurl
,size
,className
propsVideoSection.tsx
Embed QR code overlay in video section
apps/app/components/home/VideoSection.tsx
QRCodeComponent
streamId
package.json
Install qrcode package in app
apps/app/package.json
qrcode
dependency@types/qrcode
typing dependencypackage.json
Install qrcode package in root
package.json
qrcode
to root dependencies@types/qrcode
to root dependenciespnpm-lock.yaml
Update lockfile with qrcode packages
pnpm-lock.yaml
qrcode
lockfile entries@types/qrcode
lockfile entries