diff --git a/apps/web/src/components/OfflineQueueManager.tsx b/apps/web/src/components/OfflineQueueManager.tsx index f4b82b9cd..2a69a7fdc 100644 --- a/apps/web/src/components/OfflineQueueManager.tsx +++ b/apps/web/src/components/OfflineQueueManager.tsx @@ -147,7 +147,7 @@ export function OfflineQueueManager({

All requests have been processed

) : ( -
+
{queue.map((request) => (
{
{response ? ( <> -
+                  
                     {response}
                   
-
+
{/* Header - Fixed */}

@@ -248,7 +248,7 @@ export const CreateAPIKeyModal: React.FC = ({ ) : ( diff --git a/apps/web/src/components/education/modals/QuizModal.tsx b/apps/web/src/components/education/modals/QuizModal.tsx index 3d0680f2a..64fd2bfa1 100644 --- a/apps/web/src/components/education/modals/QuizModal.tsx +++ b/apps/web/src/components/education/modals/QuizModal.tsx @@ -104,7 +104,7 @@ export const QuizModal: React.FC = ({ return (
-
+
{/* Header */}

diff --git a/apps/web/src/components/library/playlists/AddToPlaylistModal.tsx b/apps/web/src/components/library/playlists/AddToPlaylistModal.tsx index 92ba702c4..915cb14ef 100644 --- a/apps/web/src/components/library/playlists/AddToPlaylistModal.tsx +++ b/apps/web/src/components/library/playlists/AddToPlaylistModal.tsx @@ -75,7 +75,7 @@ export const AddToPlaylistModal: React.FC = ({ className="absolute inset-0 bg-kodo-void/90 backdrop-blur-sm" onClick={onClose} >

-
+

Add to Playlist

-
+

License Agreement diff --git a/apps/web/src/components/modals/CreatorModal.tsx b/apps/web/src/components/modals/CreatorModal.tsx index c059e5238..6ab21c1a2 100644 --- a/apps/web/src/components/modals/CreatorModal.tsx +++ b/apps/web/src/components/modals/CreatorModal.tsx @@ -35,7 +35,7 @@ export const CreatorModal: React.FC = ({ className="absolute inset-0 bg-kodo-void/90 backdrop-blur-sm" onClick={onClose} >

-
+
{/* Header */}
diff --git a/apps/web/src/components/notifications/NotificationBell.tsx b/apps/web/src/components/notifications/NotificationBell.tsx index 92560ab7f..92d3e9186 100644 --- a/apps/web/src/components/notifications/NotificationBell.tsx +++ b/apps/web/src/components/notifications/NotificationBell.tsx @@ -50,7 +50,7 @@ export const NotificationBell: React.FC = ({ {isOpen && ( -
+

Notifications

diff --git a/apps/web/src/components/player/FullPlayer.tsx b/apps/web/src/components/player/FullPlayer.tsx index 5673e559f..4b58304ed 100644 --- a/apps/web/src/components/player/FullPlayer.tsx +++ b/apps/web/src/components/player/FullPlayer.tsx @@ -71,7 +71,7 @@ export const FullPlayer: React.FC = ({ onClose }) => { className={`flex flex-col items-center md:items-start text-center md:text-left transition-all duration-[var(--duration-slow)] ${showLyrics ? 'md:w-1/3' : 'md:w-1/2'}`} >
setShowLyrics(!showLyrics)} > = ({ onClose }) => { {/* Right: Lyrics View */} {showLyrics && ( -
+
)} diff --git a/apps/web/src/components/player/QueuePanel.tsx b/apps/web/src/components/player/QueuePanel.tsx index e4c7ed844..276cfde19 100644 --- a/apps/web/src/components/player/QueuePanel.tsx +++ b/apps/web/src/components/player/QueuePanel.tsx @@ -12,7 +12,7 @@ export function QueuePanel({ onClose }: QueuePanelProps) { usePlayerStore(); return ( -
+

Queue

-
+

Start Flash Sale diff --git a/apps/web/src/components/upload/BulkUploadModal.tsx b/apps/web/src/components/upload/BulkUploadModal.tsx index 3f4c9237c..0b2530b6a 100644 --- a/apps/web/src/components/upload/BulkUploadModal.tsx +++ b/apps/web/src/components/upload/BulkUploadModal.tsx @@ -31,7 +31,7 @@ export const BulkUploadModal: React.FC = ({ className="absolute inset-0 bg-background/90 backdrop-blur-sm" onClick={onClose} >

-
+
{/* Header */}
diff --git a/apps/web/src/components/upload/metadata/LyricsEditorModal.tsx b/apps/web/src/components/upload/metadata/LyricsEditorModal.tsx index 100aeb587..01cd0a8c2 100644 --- a/apps/web/src/components/upload/metadata/LyricsEditorModal.tsx +++ b/apps/web/src/components/upload/metadata/LyricsEditorModal.tsx @@ -39,7 +39,7 @@ export const LyricsEditorModal: React.FC = ({ className="absolute inset-0 bg-background/90 backdrop-blur-sm" onClick={onClose} >
-
+

Lyrics Editor diff --git a/apps/web/src/features/tracks/pages/track-detail-page/TrackDetailPageHero.tsx b/apps/web/src/features/tracks/pages/track-detail-page/TrackDetailPageHero.tsx index 2e7656700..e3a6f2a7c 100644 --- a/apps/web/src/features/tracks/pages/track-detail-page/TrackDetailPageHero.tsx +++ b/apps/web/src/features/tracks/pages/track-detail-page/TrackDetailPageHero.tsx @@ -7,7 +7,7 @@ interface TrackDetailPageHeroProps { export function TrackDetailPageHero({ track }: TrackDetailPageHeroProps) { const coverUrl = (track as { cover_art_path?: string }).cover_art_path; return ( -
+
-
+