mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 18:55:12 +02:00
Initial discovery page
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -130,6 +130,5 @@
|
||||
/>
|
||||
{/if}
|
||||
{#if $jellyfinData?.Id}
|
||||
player
|
||||
<VideoPlayer bind:visible={videoPlayerVisible} jellyfinVideoId={$jellyfinData.Id} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user