some improvements to the lobby view

This commit is contained in:
Alec
2021-11-30 22:21:30 -05:00
parent e21ad8493f
commit 7f86aa22aa
7 changed files with 68 additions and 20 deletions

View File

@@ -7,14 +7,10 @@ export const templates = {
"</div>" +
"<div id='game-time'></div>" +
"<div id='game-player-count'></div>" +
"<div>" +
"<label for='moderator'>Moderator</label>" +
"<div id='moderator'></div>" +
"</div>" +
"</div>" +
"<div>" +
"<div>" +
"<label for='lobby-players'>Players</label>" +
"<label for='lobby-players'>Other People</label>" +
"<div id='lobby-players'></div>" +
"</div>" +
"<div id='lobby-footer'>" +