File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 <!-- Songs List -->
1515 < div *ngFor ="let song of songs() "
16- class ="flex items-center gap-4 py-4 px-2 rounded-md hover:bg-[var(--list-hover)] transition-all cursor-pointer "
17- [class.bg-[var(--list-hover)]] ="currentSong?.url === getSongUrl(song) ">
16+ class ="flex items-center gap-4 py-4 px-2 rounded-md hover:bg-[var(--list-hover)] transition-all cursor-pointer ">
1817 < div class ="relative w-12 h-12 rounded-md overflow-hidden group " (click) ="playSong(getSongUrl(song), song) ">
1918 < img [src] ="song.image?.[2]?.url || 'https://via.placeholder.com/48' " alt ="{{ song.name }} "
2019 class ="w-full h-full object-cover group-hover:brightness-75 transition-all duration-300 ease-in-out "
8483
8584< footer class ="fixed bottom-0 left-0 w-full bg-[var(--color-surface)] text-center text-sm py-2 z-50 text-muted ">
8685 © 2025 exwise. All rights reserved. v{{appVersion}}
87- </ footer >
86+ </ footer >
You can’t perform that action at this time.
0 commit comments