mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 16:55:13 +02:00
Initial work on seasons section
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
{#each showAllReleases ? data.allReleases : data.filtered as release}
|
||||
<div>
|
||||
<div
|
||||
class="flex px-4 py-2 gap-4 hover:bg-highlight-dim items-center justify-between cursor-pointer text-sm"
|
||||
class="flex px-4 py-2 gap-4 hover:bg-lighten items-center justify-between cursor-pointer text-sm"
|
||||
on:click={() => toggleShowDetails(release.guid)}
|
||||
>
|
||||
<div class="flex gap-4">
|
||||
|
||||
Reference in New Issue
Block a user