Rende usabili calendario, overlay ospite e stato diretta del cartellone.

Il calendario non deve più scorrere in orizzontale, il logo a destra non copre il nome e una diretta YouTube o in collegamento compare come In diretta.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-06 09:55:08 +02:00
co-authored by Cursor
parent b09e83db09
commit c3ef8e91a6
13 changed files with 296 additions and 108 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
event.stopImmediatePropagation();
if (form.dataset.swapBusy === "1") return;
var row = form.closest("tr");
var row = form.closest(".tournament-match-row") || form.closest("tr");
if (!row) return;
form.dataset.swapBusy = "1";