This commit is contained in:
Simone Tesini 2025-08-02 13:45:27 +02:00
parent 436553809a
commit bf71a8103d
2 changed files with 16 additions and 1 deletions

15
SPEECH.md Normal file
View file

@ -0,0 +1,15 @@
# speech
## Home screen
We start here in the home page.
We can see this little radar animation, which means that the app is looking for nearby ChillBox rooms to join.
It uses GPS for this feature.
## Join room
When we join a room, the server checks our location and checks if it's within a specified range.
That way, you must physically be in the location to actually be able to add new songs
## Talk about the host
As you can see here (and hear) on the left, the host is already playing some music.
Now i will add a song on the client side and it will pop up in the list.

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { LoaderCircle } from "@lucide/svelte"
const COOLDOWN_SECS = 30
const COOLDOWN_SECS = 10
let { roomId } = $props()
let input = $state("")