refactor(layout): replace two-pane split with single-pane navigation

Library and PlayerPanel now display one at a time on all screen sizes.
Selecting a song navigates to the player; the back button returns to
the library. Removes isMobile breakpoint logic and fixed 340px panel width.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mistral Vibe
2026-04-10 08:14:56 +02:00
parent d4aad3b8bc
commit b9a83c39cd
2 changed files with 13 additions and 70 deletions

View File

@@ -277,13 +277,10 @@ export function LibraryPanel({ bandId, selectedSongId, onSelectSong }: LibraryPa
return (
<div style={{
width: 340,
minWidth: 280,
flexShrink: 0,
flex: 1,
display: "flex",
flexDirection: "column",
background: "#10131f",
borderRight: `1px solid ${border}`,
height: "100%",
overflow: "hidden",
}}>