Initial discovery page

This commit is contained in:
Aleksi Lassila
2023-06-20 17:39:39 +03:00
parent acefd62781
commit 4cc2b9c399
26 changed files with 491 additions and 63 deletions

View File

@@ -179,7 +179,9 @@
in:fly={{ x: -20, duration: 200, delay: 600 }}
>
<div class="flex gap-1">
<Button size="lg" style={opacityStyle}>Stream</Button>
<div style={opacityStyle}>
<Button size="lg">Stream</Button>
</div>
<div
class="hidden items-center justify-center border-2 border-white w-10 cursor-pointer hover:bg-white hover:text-zinc-900 transition-colors"
>

View File

@@ -130,6 +130,5 @@
/>
{/if}
{#if $jellyfinData?.Id}
player
<VideoPlayer bind:visible={videoPlayerVisible} jellyfinVideoId={$jellyfinData.Id} />
{/if}