mini-player, header: make it persistent, add music page button and check current route

This commit is contained in:
Agahnim 2026-03-20 14:48:52 +01:00
parent 4b4044d689
commit 2ed650c3f4
11 changed files with 78 additions and 52 deletions

View file

@ -4,5 +4,9 @@
<input type="radio" name="nav" id="nav-home" checked>
<a href="/">Accueil</a>
</label>
<label>
<input type="radio" name="nav" id="nav-music">
<a href="/music">Music</a>
</label>
</navbar-content>
</navbar>