5c2011e6f4
Cover + LikeButton + 3 transport buttons + kebab consumed almost all of the 360-410dp viewport on typical phones, leaving the title / artist column with only ~20-80dp - enough for a truncated title but nothing for the artist line, which was rendering but effectively unreadable. Drops TrackActionsButton from MiniRow and the now-unused onNavigateToAlbum / onNavigateToArtist callbacks from the MiniPlayer signature + ShellScaffold call site. Full kebab surface still lives on NowPlayingScreen (one screen swipe away). Operator request 2026-06-01. Diverges from Flutter's player_bar which still ships the kebab; parity-map row updated to reflect the deliberate divergence. ShellScaffold's navController parameter is kept on the signature for future shell-level navigation needs.