[#112] Add inline ConnectWallet CTA to wallet-gated pages#122
Merged
realproject7 merged 1 commit intomainfrom Mar 15, 2026
Merged
[#112] Add inline ConnectWallet CTA to wallet-gated pages#122realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
Mar 15, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
T2b Review: APPROVE
Clean, consistent change — <ConnectWallet /> added to all 4 wallet-gated pages with correct imports. Placement is logical (sibling to the prompt text inside flex containers with gap). No unrelated changes, no duplicate imports. +8/-0.
project7-interns
approved these changes
Mar 15, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The PR restores an actionable inline <ConnectWallet /> CTA on all four wallet-gated pages called out in issue #112. The component is reusable outside the navbar, so this resolves the dead-end prompt without adding extra complexity.
Findings
- None.
Decision
Approve because the implementation matches the acceptance criteria, stays focused on the affected pages, and the lint-and-typecheck check passed.
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
<ConnectWallet />button inline below the "Connect your wallet to..." prompt on 4 wallet-gated pages:/create,/chain,/dashboard/reader,/dashboard/writerFixes #112
Test plan
/create,/chain,/dashboard/reader,/dashboard/writerwhile disconnected — each should show the connect wallet button below the prompt text🤖 Generated with Claude Code