Skip to content

Conversation

@Ezeh20
Copy link

@Ezeh20 Ezeh20 commented Mar 29, 2025

#10

Description:
This PR introduces a new GameIsStartingModal component, a pixel-perfect popup designed to display a "GAME IS STARTING..."

Changes:

  • Added a GameIsStartingModal in app/components/GameIsStartingModal.tsx.
  • Implemented a conditional render based on the isOpen prop to show/hide the modal.
  • Applied a semi-transparent black overlay with a subtle backdrop blur effect for the background.

How to use

  • import the component then pass true or false depending on the state
<GameIsStartingModal isOpen={true} />

Demo

49c53eb1-637a-4cc3-a5ff-1a588c4b98c6.webm

Testing:

  • route to /createGame
  • Verified the modal renders only when isOpen is true.

@Akshola00
Copy link
Contributor

the video is looking good
the ci is failing and resolve conflicts and I will merge

@Ezeh20

@Akshola00 Akshola00 closed this Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implement game is starting modal

2 participants