From da10b19960a931aae31c72cc9b2261d10a9df035 Mon Sep 17 00:00:00 2001 From: Guus Date: Tue, 19 Aug 2025 12:54:03 +0200 Subject: [PATCH] add gordijntje --- frontend/src/app/lobby/page.tsx | 119 +++++++++++++++++++++++--------- 1 file changed, 86 insertions(+), 33 deletions(-) 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 ? (