[#529] Fix story card layout and desktop click#532
Conversation
- Move author name back outside moleskine (below cover, above TVL/rating) so profile link doesn't conflict with card link - Move plot count + NEW badges to bottom of moleskine cover - Genre tag stays at top of cover - Revert to wrapping cover in <Link> (no stretched link pattern needed) - Layout: moleskine (genre top, title center, plot+NEW bottom) → author → TVL/rating - Update tests to match restored <Link> wrapper - Bump version to 0.1.7 Fixes #529 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
left a comment
There was a problem hiding this comment.
APPROVE — clean fix for the z-40 desktop click issue. Reverts to simple wrapper, author moved outside cover (no nested link conflict), badges repositioned per spec. Layout: genre top → title center → plot+NEW bottom → author → TVL/rating. Tests updated correctly.
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The current head matches issue #529: the moleskine cover is the story link again, the author is back outside the cover as a separate profile link, and the badge layout is restored to genre-at-top with plot/NEW at the bottom.
Findings
- None.
Decision
Approving because the PR resolves the desktop click regression without introducing new link conflicts, and the resulting story-card structure matches the requested layout.
Summary
<Link>(no stretched link pattern needed now)<Link>wrapper0.1.7Test plan
/profile/[address]Fixes #529
🤖 Generated with Claude Code