diff --git a/frontend/src/lib/components/RoomList.svelte b/frontend/src/lib/components/RoomList.svelte new file mode 100644 index 0000000..75c411f --- /dev/null +++ b/frontend/src/lib/components/RoomList.svelte @@ -0,0 +1,17 @@ + + +
+

+ {name} + {#if locked} + 🔒 + {/if} +

+ + {participants} participant{participants === 1 ? '' : 's'} + +
\ No newline at end of file diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 3e7cfc2..7f0da53 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,8 +1,24 @@ -
-
+
+

Scan your nearby rooms

+ radar +
+ + + + + + + + + +
+
+ +
diff --git a/frontend/static/smerdoradar.gif b/frontend/static/smerdoradar.gif new file mode 100644 index 0000000..eacb878 Binary files /dev/null and b/frontend/static/smerdoradar.gif differ