Skip to content

fix(docs): monthly downloads only + square the ink terminal card#867

Merged
EmersonBraun merged 1 commit into
mainfrom
fix/docs-monthly-downloads-ink-card
May 19, 2026
Merged

fix(docs): monthly downloads only + square the ink terminal card#867
EmersonBraun merged 1 commit into
mainfrom
fix/docs-monthly-downloads-ink-card

Conversation

@EmersonBraun
Copy link
Copy Markdown
Collaborator

Summary

Two homepage fixes:

  1. Monthly downloads onlysocial-proof-bar switched the npm metric from last-week to last-month (API endpoint + label). Removes the weekly figure as requested.
  2. Ink terminal card — the TerminalMirror hero-demo widget hand-drew the Tokyo weather box with ┌─┐│└┘ inside a <pre>. Rows mixed variable-width glyphs (°, ), so the right border and corners bowed out of square. Replaced with a CSS-bordered grid that keeps the terminal look but is guaranteed aligned.

Test plan

  • tsc --noEmit on apps/docs-next — clean
  • Visual check of homepage hero-demo ink scene + social proof bar

- social-proof-bar: switch npm metric from last-week to last-month
  (endpoint + label) so the homepage shows monthly downloads only.
- hero-demo TerminalMirror: replace the hand-drawn ASCII weather box
  with a CSS-bordered grid. The box characters never aligned because
  the row content mixed variable-width glyphs (°, ☀) inside a <pre>,
  bowing the right border and corners out of square.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentskit-doc Ready Ready Preview, Comment May 19, 2026 5:04pm

@github-actions
Copy link
Copy Markdown
Contributor

@EmersonBraun EmersonBraun merged commit 3070284 into main May 19, 2026
13 checks passed
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.

1 participant