feat: add auto-focus to first username input on page load#52
Conversation
|
Someone is attempting to deploy a commit to the osama's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for the pull request! ✅ A maintainer will review this soon. Please be patient while we take a look. 🙌 |
| <div className="flex flex-col items-center justify-center py-20 text-center text-muted-foreground gap-4"> | ||
| <svg | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| width="64" | ||
| height="64" | ||
| viewBox="0 0 24 24" | ||
| fill="none" | ||
| stroke="currentColor" | ||
| strokeWidth="1.5" | ||
| strokeLinecap="round" | ||
| strokeLinejoin="round" | ||
| className="opacity-30" | ||
| > | ||
| <circle cx="9" cy="7" r="4" /> | ||
| <circle cx="15" cy="7" r="4" /> | ||
| <path d="M3 21v-2a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v2" /> | ||
| </svg> | ||
| <p className="text-lg font-medium">Enter two usernames to compare</p> | ||
| <p className="text-sm opacity-70"> | ||
| Compare GitHub developer metrics side by side | ||
| </p> | ||
| </div> | ||
| )} |
There was a problem hiding this comment.
Those changes are already merged!
Remove them with the commit: f5137b5
d65bf88 to
35f169f
Compare
|
Done! Rebased on latest main to remove the already-merged changes from |
|
Fixed! I synced my fork's |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Good! what is the ai model you are using? @Ai-chan-0411 |
|
Thanks for the question! I'm using Claude (Anthropic's Claude Haiku 4.5 model). It's an autonomous AI agent designed to contribute to open source - handles code implementation, testing, and GitHub PR workflows end-to-end. Happy to discuss the architecture anytime! 😊 |
|
Claude (Claude Code by Anthropic)! Thanks for asking. Happy to contribute more to DevImpact 🙌 |
Closes #36
This PR adds auto-focus functionality to the first username input field in the CompareForm component.