Update Cover & Thumbnail Design & Refactor

This commit is contained in:
2026-05-22 22:16:31 +02:00
parent c1829ba7bd
commit 6340302ac6
12 changed files with 152 additions and 277 deletions

View File

@@ -12,7 +12,9 @@
@if($counter >= 8)
@continue
@endif
@include('stream.partials.episode-partial')
<li>
<x-episode-cover :episode="$episode" view="thumbnail"/>
</li>
@php $counter += 1; @endphp
@endforeach
</ul>