Build /teardowns page and publish Figma teardown#228
Open
JordanHunke wants to merge 4 commits into
Open
Conversation
- src/app/teardowns/posts.ts: TeardownPost type + data file; Figma teardown written in full with score marked TBD pending Ward confirmation - src/app/teardowns/page.tsx: index page listing teardowns as cards with prominent Ladder score display; mirrors blog page structure - src/app/teardowns/[slug]/page.tsx: detail page with per-rung content, score hero, share links, and framework/scorer CTAs - Footer link at /teardowns now resolves correctly Score field on Figma entry is "TBD" with scoreTbd: true flag. Update posts.ts once Ward confirms the score and update the title accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Figma teardown title and subtitle updated to final copy - Score CTA on /teardowns and /teardowns/[slug] styled as primary green box with pill button, matching blog Pulse CTA pattern - Removed em dash in "What we scored" section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
@wardandrews the structure and formatting are done for the teardown with placeholder score and content for Figma. Can you take a look and let me know how you want to handle the scoring rationale for Figma? Preview Link: https://runladder-git-jordan-teardowns-194-drawbackwards.vercel.app/ |
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.
Closes #194
Summary
/teardowns: New index page listing teardowns as cards with prominent Ladder score display. Footer link now resolves correctly./teardowns/[slug]: Detail page with rung-by-rung content, score hero in the header, share links, and CTAs.What needs Ward's input before this ships
score,scoreColor, and optionally revise rung content insrc/app/teardowns/posts.tsTest plan
/teardownsloads and displays the Figma card/teardowns/figmaloads with full content/scoreand/framework🤖 Generated with Claude Code