[#104] Add persistent global navigation bar#108
Merged
realproject7 merged 1 commit intomainfrom Mar 15, 2026
Merged
Conversation
- Created NavBar component with terminal aesthetic: $ PlotLink logo, discover/create/writer/reader/chain links, active state indicator (>), mobile hamburger menu ([=]/[x]) - Added NavBar to root layout.tsx with pt-11 content offset - Moved ConnectWallet into nav bar, removed from all individual pages (page.tsx, create, writer dashboard, reader dashboard, chain) 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 global nav implementation:
- Terminal aesthetic (
$ PlotLink,>active indicator,[=]/[x]hamburger) ✓ - ConnectWallet consolidated into nav, removed from 5 pages ✓
- Mobile responsive dropdown with auto-close on navigate ✓
- Active state uses
startsWithfor nested route matching ✓ pt-11offset in layout for fixed nav height ✓
LGTM ✓
project7-interns
approved these changes
Mar 15, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
This adds the persistent global nav in the root layout, consolidates wallet connection into a single shared location, and keeps the UI responsive with a mobile menu and active-state styling.
Findings
- No blocking findings.
Decision
Approving because the nav is integrated at the layout level, duplicate ConnectWallet usages were removed from the touched pages, and the refreshed lint/typecheck run passed.
2 tasks
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
Fixes #104
src/components/NavBar.tsx): Fixed top bar with terminal aesthetic —$ PlotLinklogo, nav links (discover, create, writer, reader, chain), active page indicator (>), backdrop blur[=]/[x]) with dropdown menu showing all links + wallet connectlayout.tsxwithpt-11offset for fixed positioningTest plan
>prefix and accent background🤖 Generated with Claude Code