feat: implemented gps location check
This commit is contained in:
parent
6bdbae1881
commit
2c1928822b
6 changed files with 42 additions and 25 deletions
|
@ -8,6 +8,10 @@
|
|||
queueSongs[playingIndex],
|
||||
playingIndex == queueSongs.length - 1 ? createEmptySong() : queueSongs[playingIndex + 1],
|
||||
])
|
||||
|
||||
$effect(() => {
|
||||
console.log(displaySongs)
|
||||
})
|
||||
</script>
|
||||
|
||||
<div class="relative flex w-full justify-center overflow-hidden">
|
||||
|
@ -28,11 +32,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="flex h-[60vw] max-h-[250px] w-[60vw] max-w-[250px] items-center justify-center">
|
||||
{#if i === 1}
|
||||
<p>No song in queue</p>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="flex h-[60vw] max-h-[250px] w-[60vw] max-w-[250px] items-center justify-center"></div>
|
||||
{/if}
|
||||
{/each}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue