Enhance album and queue pages with improved UI components and functionality

- Added new icons and improved layout in AlbumPage for better track display
- Implemented track addition to queue functionality in AlbumPage
- Enhanced QueuePage with clearer song information and improved styling
- Added scrollable area for queue display and improved user interaction elements
This commit is contained in:
2025-06-19 03:09:55 +00:00
committed by GitHub
parent 717155ea22
commit 6f3cf5e579
6 changed files with 420 additions and 123 deletions

View File

@@ -221,9 +221,11 @@ export default function SongsPage() {
<div className="w-full h-full bg-primary rounded-full animate-pulse" />
</div>
) : (
<span className="group-hover:hidden">{index + 1}</span>
<>
<span className="group-hover:hidden">{index + 1}</span>
<Play className="w-4 h-4 mx-auto hidden group-hover:block" />
</>
)}
<Play className="w-4 h-4 mx-auto hidden group-hover:block" />
</div>
{/* Album Art */}