diff --git a/frontend/src/app/lobby/page.tsx b/frontend/src/app/lobby/page.tsx index 84e9ae2..bd59849 100644 --- a/frontend/src/app/lobby/page.tsx +++ b/frontend/src/app/lobby/page.tsx @@ -29,6 +29,7 @@ export default function Lobby() { const auth = useAuth(); const user = getUser(); const controller = useSpotifyIframe(); + const [revealed, setRevealed] = useState(false); // Main message handler and dispatcher function onMessage(e) { @@ -264,7 +265,15 @@ export default function Lobby() { return (
-
+
+ {" "} + +
@@ -297,23 +306,45 @@ export default function Lobby() {
-
- {noList.map((user) => ( -
- {user.name} -
- {user.name} +
+
+ {noList.map((user) => ( +
+ {user.name} +
+ {user.name} +
-
- ))}{" "} + ))}{" "} +
+
+ Meh +
{!songLoading && currentSong ? (
@@ -334,23 +365,45 @@ export default function Lobby() { />
)} -
- {yesList.map((user) => ( -
- {user.name} -
- {user.name} +
+
+ {yesList.map((user) => ( +
+ {user.name} +
+ {user.name} +
-
- ))}{" "} + ))}{" "} +
+
+ Yeah +
{!songLoading && currentSong ? (