From 236588307b97db6adf3e2bfc7e8c24bffe7e2c8e Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:01:00 +0100 Subject: [PATCH 1/2] feat(#5): Add the ability to select pre-defined card sets --- src/components/Estimates.svelte | 39 +++++++++++---------- src/routes/+page.svelte | 37 ++++++++++++++++++- src/routes/estimation/[roomId]/+page.svelte | 7 ++-- src/server/classes/Room.ts | 33 ++++++++++++++++- src/server/websocket.ts | 20 +++++++---- 5 files changed, 108 insertions(+), 28 deletions(-) diff --git a/src/components/Estimates.svelte b/src/components/Estimates.svelte index 83d7c4a..834a792 100644 --- a/src/components/Estimates.svelte +++ b/src/components/Estimates.svelte @@ -1,28 +1,31 @@
Simply start a room and share the URL to everyone else who needs to join the estimation session.
+- 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.