[#302] Stack TVL and plot count on separate lines#305
Merged
realproject7 merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
- Remove inline layout and | separator - Each metadata value on its own line with whitespace-nowrap - Rating summary on its own line below Fixes #302 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.
Clean refactor from horizontal flex-wrap to vertical flex-col stack. | separator removed, whitespace-nowrap on both values, RatingSummary still visible. LGTM.
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 PR matches issue #302 and keeps the change tightly scoped to the story-card metadata layout.
Findings
- No blocking findings.
Decision
Approving because TVL and plot count now render on separate non-wrapping lines, the | separator is removed, and the rating summary remains visible as required.
realproject7
added a commit
that referenced
this pull request
Mar 27, 2026
Add maximumScale: 1 to viewport config to prevent iOS Safari from zooming in when focusing input/textarea elements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
realproject7
added a commit
that referenced
this pull request
Mar 27, 2026
Revert maximumScale: 1 which disabled pinch-to-zoom globally. Instead, use @supports (-webkit-touch-callout: none) to target iOS Safari and set font-size: max(16px, 1em) on input/textarea/select elements. iOS only auto-zooms on inputs with font-size < 16px. Pinch-to-zoom remains fully functional. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
|separator between TVL and plot countwhitespace-nowrapto prevent mid-value breaks on narrow cardsFixes #302
Test plan
🤖 Generated with Claude Code