-
Notifications
You must be signed in to change notification settings - Fork 1
Add headphones notice #37
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a headphones recommendation to enhance the user experience during gameplay by promoting better audio quality and reducing echo during voice communication.
Key Changes:
- Created a new
HeadphonesNoticecomponent displaying a visual recommendation for headphone use - Added the notice to the join screen where users set up their audio/video devices
- Updated the "How to Play" tips section to include headphone recommendation
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
deep-sea-stories/packages/web/src/components/HeadphonesNotice.tsx |
New component displaying headphones recommendation with icon and descriptive text |
deep-sea-stories/packages/web/src/views/JoinView.tsx |
Integrated HeadphonesNotice component into the device setup section |
deep-sea-stories/packages/web/src/components/HowToPlay.tsx |
Added tip about using headphones for optimal audio experience |
deep-sea-stories/packages/web/src/components/PeerTile.tsx |
Added fallback text when user name is not provided |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
czerwiukk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in a case of a simple ui change, please consider attaching screenshots to the PR, it'd make reviews simpler


When joining room recommend user to use headphones, also when video nor name is provided display 'Video Unavailable'