From 8486cd195f8a3a29243cc5690a0f03df08218de0 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 2 Jul 2025 00:55:55 +0000 Subject: [PATCH] feat: update commit SHA, enhance AudioPlayer and FullScreenPlayer components with improved layout and functionality, and add context menu support --- .env.local | 2 +- app/components/AudioPlayer.tsx | 9 ++++++--- app/components/FullScreenPlayer.tsx | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.env.local b/.env.local index b2174de..8fe37f5 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=d6ac247 +NEXT_PUBLIC_COMMIT_SHA=707960b diff --git a/app/components/AudioPlayer.tsx b/app/components/AudioPlayer.tsx index 2bed2d4..98d0065 100644 --- a/app/components/AudioPlayer.tsx +++ b/app/components/AudioPlayer.tsx @@ -428,12 +428,13 @@ export const AudioPlayer: React.FC = () => {

{currentTrack.artist}

- {/* Control buttons */} + + {/* Control buttons */} +
-
+ @@ -455,6 +456,8 @@ export const AudioPlayer: React.FC = () => { className={`w-4 h-4 ${currentTrack.starred ? 'text-primary fill-primary' : ''}`} /> + +