Skip to content

Claude/improve blog ux ff axq - #188

Open
rmashate wants to merge 46 commits into
rauchg:mainfrom
rmashate:claude/improve-blog-ux-FfAxq
Open

Claude/improve blog ux ff axq#188
rmashate wants to merge 46 commits into
rauchg:mainfrom
rmashate:claude/improve-blog-ux-FfAxq

Conversation

@rmashate

@rmashate rmashate commented Jan 4, 2026

Copy link
Copy Markdown

Summary

  • Add back navigation link ("← All posts") above each post for easier homepage access
  • Add PostMetadata component displaying publication date and reading time below titles
  • Add PostFooter component with "Back to all posts" and Twitter/LinkedIn share links
  • Convert markdown table to JSX table for proper rendering in the MCP tools post

Test plan

  • Verify "← All posts" link appears above post titles and navigates to homepage
  • Confirm date displays in format "January 15, 2025" and reading time shows "X min read"
  • Test share links open correct Twitter/LinkedIn URLs in new tabs
  • Check table renders with proper styling on desktop and mobile
  • Verify dark mode styling works for all new components

rauchg and others added 30 commits October 19, 2025 11:11
…, comma-number, react-youtube, load-script, react-intersection-observer, recharts)
rmashate and others added 16 commits November 8, 2025 12:39
The footer was rendering twice on blog posts - once from the root layout (app/layout.tsx) and once from the post layout (app/(post)/layout.tsx). Removed the footer import and component from the post layout to fix the duplication issue.
Fix: Remove duplicate footer from blog posts
- Add back navigation link above each post for easier homepage access
- Add PostMetadata component showing publication date and reading time
- Add PostFooter component with share links (Twitter/LinkedIn)
- Convert markdown table to JSX table for proper rendering
- Add remark-gfm package for future GFM support

Components created:
- app/(post)/components/back-link.tsx
- app/(post)/components/post-metadata.tsx
- app/(post)/components/post-footer.tsx
@vercel

vercel Bot commented Jan 4, 2026

Copy link
Copy Markdown
Contributor

@claude is attempting to deploy a commit to the Guillermo Rauch Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants