Made the Access Part hide after connecting and also added a Leave Room button

This commit is contained in:
abrendan
2024-01-29 17:55:53 +00:00
parent 1970e36448
commit 7ce73ce036
2 changed files with 20 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
<label id = "MessageLabel"> Message </label>
<input id = "ComposedMessage" class="input" type = "text">
<input id = "SendMessage" onclick="Send()" value = "Send your message" class="button2" type = "submit">
<input id="LeaveRoomButton" class="button2" type="submit" value="Leave Room" onclick="LeaveRoom()">
</div>
<div class = "other">
<button id="darkModeToggle" onclick="toggleDarkMode()" class="button">Toggle Dark Mode</button>