diff --git a/index.php b/index.php index 2a6a28d..d7b299d 100644 --- a/index.php +++ b/index.php @@ -29,13 +29,13 @@ $logoImage = "assets/pasted-20260131-002028-7985dfae.png"; // Fetch latest requests and songs $requests = []; $songs = []; +$activeSong = null; try { $stmt = db()->query("SELECT name, phone, message, created_at FROM listener_requests ORDER BY created_at DESC LIMIT 20"); $requests = $stmt->fetchAll(); - $stmtSongs = db()->query("SELECT * FROM songs ORDER BY created_at DESC"); + $stmtSongs = db()->query("SELECT * FROM songs ORDER BY created_at ASC"); $songs = $stmtSongs->fetchAll(); - $activeSong = null; foreach ($songs as $s) { if ($s["is_active"]) { $activeSong = $s; @@ -418,20 +418,8 @@ try { transform: scale(1.1); } - /* New styles for Song Management */ - .nav-pills-glass .nav-link { - color: rgba(255,255,255,0.6); - border-radius: 15px; - padding: 0.5rem 1.5rem; - font-weight: 600; - transition: all 0.3s ease; - } - .nav-pills-glass .nav-link.active { - background: var(--primary-color); - color: #fff; - box-shadow: 0 5px 15px rgba(255, 45, 85, 0.4); - } - .song-item { + /* Song Management Styles in Modal */ + .song-item-modal { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; @@ -442,20 +430,22 @@ try { align-items: center; transition: all 0.3s ease; } - .song-item:hover { + .song-item-modal:hover { background: rgba(255,255,255,0.1); } - .song-active { + .song-active-modal { border-color: var(--primary-color); background: rgba(255, 45, 85, 0.1); } .song-title-text { font-weight: 700; display: block; + color: #fff; } .song-artist-text { font-size: 0.8rem; opacity: 0.6; + color: #fff; } .btn-toggle-song { background: rgba(255,255,255,0.1); @@ -518,12 +508,16 @@ try { - -
-
PANEL ADMINISTRADOR
- Cerrar Sesión +
+ + + +
PANEL ADMINISTRADOR
+ Cerrar Sesión +
- @@ -547,156 +541,40 @@ try { Lili Records Promo
- - +
+
+
+

+
+
+ QR Pago +

+
+
-
- -
-
-
-
Mensajes de Oyentes
-

Peticiones en tiempo real

-
-
- QR Pago -

QR

-
-
-
- -
- -

No hay mensajes todavía.

-
- - -
- -

-
- - - - - - -
-
- - -
-
- - -
-
-
- -
- -
-
- -
-
- -
-
-
-
- -
- -

No hay canciones en la lista.

-
- - -
-
- - -
-
-
- - - -
-
- - - -
-
-
- +
+ +
+ +

No hay mensajes todavía.

+
+ + +
+ +

+
+ + + + +
-
- - -
-
-
¡Envía tu mensaje!
-

Pide una canción o envía un saludo al aire.

-
-
- QR Pago -

APOYAR

-
-
- -
- - -
-
Lista de Canciones
- -
-
- - -
- - SONANDO - -
- -
- - -
Últimos Mensajes
- -

Sé el primero en escribir...

- - -
- -

-
- - -
- + + +
@@ -725,6 +603,80 @@ try {
+ + +