Skip to content

Show connected wallet alongside Farcaster profile#619

Merged
realproject7 merged 2 commits intomainfrom
task/614-show-connected-wallet
Mar 27, 2026
Merged

Show connected wallet alongside Farcaster profile#619
realproject7 merged 2 commits intomainfrom
task/614-show-connected-wallet

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

Fixes #614

  • Show truncated wallet address as secondary text next to Farcaster @username in the connected-state nav UI
  • Hidden on mobile (hidden sm:inline) to keep nav compact
  • Only shown when a Farcaster profile is connected (wallet-only users already see the address as primary)
  • Address updates automatically when wallets switch via wagmi's useAccount hook

Test plan

  • Farcaster user sees @username + truncated wallet address on desktop
  • Mobile: wallet address hidden, only @username shown
  • Wallet-only user: truncated address shown as primary (unchanged)
  • Switching wallets updates the displayed address
  • Build passes

🤖 Generated with Claude Code

When a Farcaster identity is connected, show the truncated wallet
address as secondary muted text next to the @username. Hidden on
mobile (sm:inline) to keep the nav compact. Address updates
automatically when wallets switch via wagmi's useAccount hook.

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

vercel Bot commented Mar 27, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Mar 27, 2026 9:45pm

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.

Verdict: REQUEST CHANGES

Summary

The PR is narrowly scoped to the connected-state wallet UI, but it currently drops the new wallet-address detail on mobile instead of making it mobile-safe.

Findings

  • [medium] The connected wallet address is hidden completely on small screens, so the mobile view still does not show which wallet is connected when a Farcaster profile is present.
    • File: src/components/ConnectWallet.tsx:59
    • Suggestion: keep the wallet visible in a compact mobile-safe form instead of hidden sm:inline so issue #614's "connected wallet address visible alongside Farcaster profile" requirement is met on mobile too.

Decision

Requesting changes because the current implementation satisfies the desktop version of the feature, but not the mobile acceptance criterion.

Remove hidden sm:inline — wallet address now always visible alongside
Farcaster profile. Reduced to text-[10px] for compact mobile display.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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

The updated connected-state wallet UI now keeps the Farcaster identity primary while showing the truncated connected wallet as secondary text in both desktop and the mobile dropdown path.

Findings

  • None.

Decision

Approved because the revised ConnectWallet implementation now satisfies issue #614: the wallet address remains visible alongside the Farcaster profile, stays compact on mobile, and still updates from the connected wagmi account when wallets switch.

@realproject7 realproject7 merged commit 626ef89 into main Mar 27, 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.

Show connected wallet address alongside Farcaster profile in nav

2 participants