mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent 779f42daf7
commit 8d0caa2989
13 changed files with 217 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<body hx-boost="true" hx-target="#content">
{% include "partials/header.html" %}
<div hx-get="/miniplayer" hx-trigger="load" hx-swap="innerHtml"></div>
<main id="content">
{% block content %}{% endblock %}
</main>