Nav connected state: show wallet address instead of username#703
Merged
realproject7 merged 1 commit intomainfrom Apr 1, 2026
Merged
Nav connected state: show wallet address instead of username#703realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
approved these changes
Apr 1, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
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 (
Linkunchanged) - ✅ Build passes per self-verification
+2/−4 lines, single file — no concerns.
project7-interns
approved these changes
Apr 1, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0x4d68...b6c8) in nav connected state instead of@username[PFP] 0x4d68...b6c8Fixes #698
Self-Verification
[PFP] 0x4d68...b6c8(not@username)[PFP] 0x4d68...b6c8(not@username)0x4d68...b6c8(same as before)npm run buildpasses🤖 Generated with Claude Code