From c95c60638e8d85120b7a1da12b79ef04015eee19 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 9 Jul 2023 21:34:49 +0000 Subject: [PATCH] feat(*): Add working room joining and name submission modal --- src/routes/estimation/[roomId]/+page.svelte | 127 +++++++++++++------- 1 file changed, 83 insertions(+), 44 deletions(-) diff --git a/src/routes/estimation/[roomId]/+page.svelte b/src/routes/estimation/[roomId]/+page.svelte index 3c1bd36..74022cd 100644 --- a/src/routes/estimation/[roomId]/+page.svelte +++ b/src/routes/estimation/[roomId]/+page.svelte @@ -1,38 +1,77 @@