38102df929
AlbumDetail / ArtistDetail / PlaylistDetail previously rendered only the AppBar title from the navigation seed during Loading, with a bare skeleton body. Now each Loading branch renders the full header from the seed when present — cover + title + artist/description + count — above the skeleton track rows / album grid, so the screen reads as itself instantly instead of skeleton-then-pop. Falls back to the plain skeleton when no seed (e.g. deep links, track-row navigations that only carry an id). Action buttons (Play / Shuffle / Like / Regenerate) are intentionally omitted from the seeded header — they need the loaded track list. Added @file:Suppress(TooManyFunctions) to AlbumDetailScreen (now at the 11-function cap with the new SeededAlbumLoading helper). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>