bradtraversy / chatcord

Realtime chat app with rooms
1.16k stars 1.15k forks source link

Prompt the user before leaving the chatroom #31

Closed mrinmay7875 closed 3 years ago

mrinmay7875 commented 3 years ago

Added a prompt which will ask the user if they are sure to leave the chatroom

This will prevent the user from accidentally clicking the "Leave chat" button and leaving the chatroom. So when the user clicks on the "Leave Room" button then it will send a prompt the user if they really want to leave the chatroom or not.

Chatcord demo - Copy

bradtraversy commented 3 years ago

Nice, thanks