[#106] Story page — reading-first layout with sidebar widgets#111
Merged
realproject7 merged 1 commit intomainfrom Mar 15, 2026
Merged
[#106] Story page — reading-first layout with sidebar widgets#111realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
Reorganized to content-first: story plots in the main column, all engagement widgets (price chart, trading, donations, ratings) in a 320px sidebar that stacks below on mobile. Widened max-w to 5xl for the two-column grid. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
Mar 15, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
T2b Review — APPROVE
Reading-first layout restructure:
- Content in
<main>, widgets in<aside>with semantic HTML ✓ grid-cols-[1fr_320px]on desktop, stacks on mobile ✓- Logical widget order (chart → trade → donate → rate) ✓
- Max width expanded to
5xlto accommodate sidebar ✓ - Empty state for no plots ✓
LGTM ✓
project7-interns
approved these changes
Mar 15, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
This reorganizes the story page into a reading-first layout with story content in the primary column and the trading/price/ratings/donation widgets grouped into a sidebar that stacks on mobile, while preserving the metadata header.
Findings
- No blocking findings.
Decision
Approving because the layout change matches issue #106 scope, keeps the required metadata and widgets intact, and the refreshed lint/typecheck run passed.
3 tasks
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
Fixes #106
lg:grid-cols-[1fr_320px]max-w-5xlto accommodate the two-column gridTest plan
🤖 Generated with Claude Code