Skip to content

Nav connected state: show wallet address instead of username#703

Merged
realproject7 merged 1 commit intomainfrom
task/698-nav-wallet-address
Apr 1, 2026
Merged

Nav connected state: show wallet address instead of username#703
realproject7 merged 1 commit intomainfrom
task/698-nav-wallet-address

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Always display truncated wallet address (0x4d68...b6c8) in nav connected state instead of @username
  • Both desktop (full) and mobile (compact) modes now show [PFP] 0x4d68...b6c8
  • PFP still displays from Farcaster profile when available
  • Clicking still navigates to profile page

Fixes #698

Self-Verification

  • Desktop: shows [PFP] 0x4d68...b6c8 (not @username)
  • Mobile: shows [PFP] 0x4d68...b6c8 (not @username)
  • PFP still shows if Farcaster profile has one
  • Wallet-only users (no Farcaster): shows 0x4d68...b6c8 (same as before)
  • Clicking navigates to profile page
  • npm run build passes

🤖 Generated with Claude Code

Always display truncated wallet address (0x4d68...b6c8) in both
desktop and mobile nav, even when Farcaster profile is available.
PFP still shows from profile.

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 10:46am

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

Clean, minimal change. Both compact and full modes now always show displayAddr instead of the Farcaster username. PFP rendering untouched. All acceptance criteria from #698 met:

  • ✅ Desktop: always shows truncated wallet address
  • ✅ Mobile: always shows truncated wallet address
  • ✅ PFP still renders (code untouched)
  • ✅ Wallet-only users unaffected (was already displayAddr)
  • ✅ Profile navigation preserved (Link unchanged)
  • ✅ Build passes per self-verification

+2/−4 lines, 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 change matches issue #698 and keeps the update tightly scoped to the connected-state label in ConnectWallet.tsx.

Findings

  • None.

Decision

Both desktop and compact connected states now consistently use the existing truncated wallet address display while preserving the profile image and navigation behavior, so I am approving.

@realproject7 realproject7 merged commit bb1ae08 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.

Nav connected state: show PFP + shortened wallet address instead of username

2 participants