wip: imports hlsjs

This commit is contained in:
2025-06-20 20:53:09 -05:00
parent be7b610111
commit eb37df7c3e
3 changed files with 36 additions and 0 deletions

View File

@@ -5,6 +5,12 @@
{% block body %}
<div class="p-4 flex flex-col grow gap-4 z-30">
<h2 class="mb-2 text-3xl font-bold text-gray-50">Dashboard</h2>
<div class="flex flex-row gap-4">
<twig:Card title="Play Survivor" class="w-full">
<video width="352" height="198" controls>
</video>
</twig:Card>
</div>
<div class="flex flex-row gap-4">
<twig:Card title="Active Downloads" class="w-full">
<twig:DownloadList :type="'active'" />