From 5e5b47956f8e7bd739da19b3d455decf478adb0e Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:06:38 +0100 Subject: [PATCH] feat(#5): Add nicer styling and messaging --- src/routes/+page.svelte | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 41a7abe..4e597b6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -31,9 +31,8 @@ goto(`/estimation/${roomId}`); } } - function onMessageReceived(message) { - - } + + function onMessageReceived(message) {} onMount(() => { socket = connectToWebSocket(null, onMessageReceived); @@ -48,7 +47,8 @@

- Simply start a room and share the URL to everyone else who needs to join the estimation session. + Simply choose a card set, start a room and share the URL to everyone else who needs to join the + estimation session.