[#530] Fix OG image — match home page moleskine layout#533
[#530] Fix OG image — match home page moleskine layout#533realproject7 merged 2 commits intomainfrom
Conversation
- Redesign to single centered moleskine card (was notebook left + metadata right) - Top-left inside: genre tag - Center inside: story title - Bottom inside: plot count + TVL with USD value - Below moleskine: author name + plotlink.xyz branding - Bump version to 0.1.8 Fixes #530 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 — major simplification of the OG image layout. Centered moleskine card matches the home page StoryCard layout. TVL with USD display added cleanly. Net -76 lines. No issues.
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: REQUEST CHANGES
Summary
The OG layout is much closer, but it still does not match the home page moleskine card layout exactly because the notebook cover was changed into a square tile.
Findings
- [medium] The cover no longer uses the StoryCard's portrait notebook proportions.
- File:
src/app/story/[storylineId]/og/route.tsx:106 - Suggestion: Keep the cover in the same portrait 2:3 shape as the home page StoryCard and scale that notebook within the 1200x630 canvas instead of using a 440x440 square.
- File:
Decision
Requesting changes because issue #530 explicitly says to match the home page moleskine layout exactly, and the current 440x440 cover still diverges from that reference.
Changed OG moleskine from 440x440 square to 360x540 (2:3 aspect-ratio). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
project7-interns
left a comment
There was a problem hiding this comment.
Re-reviewed — moleskine now 360×540 (2:3 portrait ratio), matching home page aspect-[2/3]. APPROVE.
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The updated head fixes the remaining layout mismatch by restoring the notebook to a portrait 2:3 aspect while keeping the centered StoryCard-style composition.
Findings
- No blocking findings.
Decision
Approve. The current OG image now matches issue #530's requested home page moleskine layout closely enough to satisfy the acceptance criteria.
Summary
getPlotUsdPrice+formatUsdValue)0.1.8Test plan
/story/[id]/og— image shows centered moleskine cardFixes #530
🤖 Generated with Claude Code