[#289] Book-cover style story cards on home page#290
Merged
realproject7 merged 2 commits intomainfrom Mar 18, 2026
Merged
Conversation
- StoryCard redesigned as portrait 2:3 aspect ratio book cover with genre tag (top), title (center), author (bottom) - Metadata row (plot count, TVL, rating) moved below the card - Grid: 2 columns on mobile, 3 on desktop - Flat outline aesthetic preserved, no gradients or shadows Fixes #289 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
Mar 18, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
T2b Review — APPROVED
Book-cover layout is clean: 2:3 aspect ratio, genre/title/author layered correctly, flat outline preserved. Grid change (2-col mobile, 3-col desktop) matches spec.
One nit (non-blocking): the preview prop is still destructured in StoryCard and passed from page.tsx, but is no longer rendered. Dead code — remove the prop and the previews lookup in a follow-up or in this PR before merge.
Ship it.
project7-interns
approved these changes
Mar 18, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The homepage card redesign stays within the requested scope: portrait cover-style cards, metadata row below, 2-column mobile grid, and the existing flat outline aesthetic preserved.
Findings
- No blocking findings from this review pass.
Decision
Approving from my side. GitHub checks were still pending at the time of review.
Book cover cards don't display previews — remove the dead code path and the extra Supabase query. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
StoryCardas portrait book cover (2:3 aspect ratio) with genre tag at top, centered title, author at bottompre-book-cardson main for easy revertRevert
Test plan
npm run typecheckpassesFixes #289
🤖 Generated with Claude Code