-
Notifications
You must be signed in to change notification settings - Fork 42
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
GamePage: Added the Game properties button and leave game button in modal #164
GamePage: Added the Game properties button and leave game button in modal #164
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Great work!
Please implement the change suggested, and it would be good to merge
4f341c6
to
3d75c7f
Compare
@kuv2707 implemented the reviewed change |
3d75c7f
to
b8c8063
Compare
Done the change , you can review it |
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.
Looks good to me!
Once you resolve the minor merge conflict, it can be merged |
The game properties button is added at bottom left of the gamepage, on clicking. we can anytime open and display the GamePropertiesModal. fixes shivansh-bhatnagar18#161
Added a Leave game button in GamePropertiesModal which triggers the LEAVE_GAME event and navigates to homepage. fixes shivansh-bhatnagar18#161
b8c8063
to
763e2fd
Compare
Resolved the merge conflict, can be merged now |
Merged, thanks @sksmagr23 |
Description
The game properties button is added at bottom left of the gamepage, on clicking. we can anytime open and display the GamePropertiesModal within the game.
Also added a Leave game button in GamePropertiesModal which triggers the LEAVE_GAME event using channel.triggerEvent and navigates to homepage.
Both changes done in seperate commits.
fixes #161
How to Test
Related Issues
Checklist
Screenshots
Screencast.from.2024-06-25.16-48-38.webm