Canvia estil de la playlist i suggerir temes coocurrents

This commit is contained in:
marc
2025-10-25 00:21:05 +02:00
parent 1909af9107
commit 98c009ba53
7 changed files with 96 additions and 1175 deletions

View File

@@ -1,5 +1,5 @@
<li id="tune-entry-{{ tema_entry.id }}"
class="flex flex-col items-center my-1">
class="flex flex-col items-center my-1 w-full">
<div class="flex flex-row">
<input
name="query"
@@ -10,8 +10,8 @@
{% endif %}
placeholder="Busca un tema..."
class="border border-beige focus:outline-none
rounded text-center
bg-brown p-1 m-1"
rounded text-center text-black
p-1 m-1"
hx-get="/api/sessio/{{ session_id }}/set/{{ set_id }}/tema/{{ tema_entry.id }}/busca"
hx-trigger="revealed, keyup delay:500ms changed"
hx-target="#tune-entry-{{ tema_entry.id }}-search-results"