feat(web): restyle Artists, Discover, Wanted, discography + preview (Phase 2)
Convert the remaining pages onto the Pressing Plant system: PageHead component, shared list-row / toggle / small+ghost button / tracklist classes, and page wrappers trimmed now that the shell provides masthead + nav. All logic and test hooks (aria-labels, button text) preserved. Verified in the real app across both themes (Playwright): artists/discover/wanted/discography render cohesively with real data. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { WantedClient } from "./wanted-client";
|
||||
|
||||
export default function WantedPage() {
|
||||
return (
|
||||
<main>
|
||||
<h1>Wanted</h1>
|
||||
<p><a href="/">Home</a> · <a href="/artists">Artists</a></p>
|
||||
<WantedClient />
|
||||
</main>
|
||||
);
|
||||
return <WantedClient />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user