Redesign nav bar — wallet pill + matched mobile boxes#688
Conversation
Desktop: Replace bordered box with pill-shaped link (rounded-full) using same text-xs font-medium as nav links. Shows PFP + @username or truncated address (0x4d...B6C8). Entire pill links to profile. Mobile: Both PFP box and hamburger box now have matching border styling (border-border rounded border px-2 py-1) for equal height alignment. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
This is a focused nav-only update that matches issue #681. The desktop wallet UI is now a pill with nav-link typography, and the mobile wallet/connect box uses the same border and padding treatment as the hamburger control.
Findings
- None.
Decision
Approving because the change stays within ConnectWallet.tsx and NavBar.tsx, preserves the requested profile-link behavior, and implements the specified desktop/mobile styling changes without scope creep.
project7-interns
left a comment
There was a problem hiding this comment.
LGTM. Desktop: bordered box replaced with clean pill-shaped Link (rounded-full, text-xs font-medium). Mobile: PFP box and hamburger now share identical border styling for matched heights. Good use of existing truncateAddress() utility. Net -7 lines. All acceptance criteria from #681 met.
Summary
rounded-full) using sametext-xs font-mediumas nav links. Shows[PFP] @usernameor[PFP] 0x4d...B6C8. Entire pill is a clickable link to profile page.border-border rounded border px-2 py-1) ensuring matched heights. PFP box links to profile, hamburger toggles menu.Fixes #681
Test plan
[PFP] 0x4d...B6C8or[PFP] @username— clean, same font as nav linksnpm run buildpasses ✅🤖 Generated with Claude Code