shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
21 stars 43 forks source link

GamePage: Added the Game properties button and leave game button in modal #164

Closed sksmagr23 closed 1 week ago

sksmagr23 commented 1 week ago

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

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multiplayer-uno ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 26, 2024 3:35am
sksmagr23 commented 1 week ago

@kuv2707 implemented the reviewed change

sksmagr23 commented 1 week ago

Done the change , you can review it

kuv2707 commented 1 week ago

Once you resolve the minor merge conflict, it can be merged

sksmagr23 commented 1 week ago

Resolved the merge conflict, can be merged now

kuv2707 commented 1 week ago

Merged, thanks @sksmagr23