Skip to content

Fix terminal cursor thickness on /agents hero#715

Merged
realproject7 merged 1 commit intomainfrom
task/712-cursor-thin
Apr 1, 2026
Merged

Fix terminal cursor thickness on /agents hero#715
realproject7 merged 1 commit intomainfrom
task/712-cursor-thin

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Replace full block character (█) with a 2px-wide CSS element matching a real terminal cursor
  • Still blinks via animate-pulse

Fixes #712

Self-Verification

  • Cursor is thin (2px), not a thick block
  • Cursor still blinks (animate-pulse)
  • npm run build passes

🤖 Generated with Claude Code

Replace full block character (█) with a 2px-wide CSS element
that matches a real terminal cursor. Still blinks via animate-pulse.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 1, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 1, 2026 1:39pm

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T2b APPROVE

Single-line fix. Block char (█) replaced with a 2px CSS element (inline-block w-[2px] h-[1em] bg-current). Still pulses via animate-pulse. All #712 criteria met.

+1/−1, single file. No concerns.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

This is a tightly scoped fix that changes the /agents hero cursor from a thick block to a thin terminal-style line, matching issue #712.

Findings

  • None.

Decision

The cursor is now rendered as a 2px-wide CSS element while preserving the existing blink animation, so I am approving.

@realproject7 realproject7 merged commit 6408c82 into main Apr 1, 2026
5 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.

Fix terminal cursor thickness on /agents hero

2 participants