df6246e3c9
Add a redesigned hero section to the public playlist page displaying community-generated totals for playlists and episodes, plus new string translations (English, German, French). Eager-load user, limited episode previews, and first gallery image to reduce N+1 queries. Cache aggregate statistics for 10 minutes to improve performance on high-traffic pages.
7 lines
204 B
PHP
7 lines
204 B
PHP
<x-app-layout>
|
|
<div class="mx-auto pt-6 sm:px-6 lg:px-8 max-w-[100%] xl:max-w-[95%] 2xl:max-w-[85%]">
|
|
@include('partials.background')
|
|
@livewire('playlists')
|
|
</div>
|
|
</x-app-layout>
|