From d757e512555d65edd3998916d3c0614397912066 Mon Sep 17 00:00:00 2001
From: Boof2015 <75185879+Boof2015@users.noreply.github.com>
Date: Mon, 13 Jul 2026 12:06:51 -0400
Subject: [PATCH] move now playing buttons around
---
src/components/lyrics/LyricsView.tsx | 60 ++++++++-------
src/components/player/NowPlayingOverlay.tsx | 82 ++++++++++-----------
2 files changed, 69 insertions(+), 73 deletions(-)
diff --git a/src/components/lyrics/LyricsView.tsx b/src/components/lyrics/LyricsView.tsx
index 5233683..6b80c49 100644
--- a/src/components/lyrics/LyricsView.tsx
+++ b/src/components/lyrics/LyricsView.tsx
@@ -1,8 +1,8 @@
// Lyrics mode for now-playing — a lyrics-first takeover that replaces the whole
// art/controls body (and the standard header). Lyrics fill the screen over the
-// blurred-art wash; a slim strip on top (dismiss · track · favorite · exit) and a
-// minimal control bar below (progress + prev/play/next) stay permanently visible
-// so you never lose control to go fully immersive. The ♫ toggle exits back to the
+// blurred-art wash; a slim strip on top (dismiss + track) and a minimal control
+// bar below (favorite + prev/play/next + exit) stay permanently visible so you
+// never lose control to go fully immersive. The lyrics toggle exits back to the
// art view; swipe-down still closes the player.
import { Image } from 'expo-image';
@@ -94,32 +94,6 @@ export function LyricsView({
-
-
-
-
-
-
-
+
+
+
@@ -146,6 +135,16 @@ export function LyricsView({
+
+
+
@@ -210,8 +209,7 @@ const useStyles = createThemedStyles((colors) => ({
transport: {
flexDirection: 'row',
alignItems: 'center',
- justifyContent: 'center',
- gap: spacing.xl,
+ justifyContent: 'space-between',
marginTop: spacing.xs,
},
transportBtn: {
diff --git a/src/components/player/NowPlayingOverlay.tsx b/src/components/player/NowPlayingOverlay.tsx
index 27191f3..62853cf 100644
--- a/src/components/player/NowPlayingOverlay.tsx
+++ b/src/components/player/NowPlayingOverlay.tsx
@@ -555,48 +555,6 @@ export function NowPlayingOverlay() {
- {!isDesktopTarget && track ? (
-
-
- }
- active={
-
- }
- />
-
- ) : null}
+
+
+ }
+ active={
+
+ }
+ />
+