Public tree view: full-width canvas like the member view #50

Merged
justin merged 1 commits from public-tree-fullwidth into main 2026-06-09 10:29:20 -04:00
Owner

The public layout forced max-w-5xl on every /p page, so the tree chart was cramped vs the member tree view. Mirror the member shell: the public layout drops max-width for the tree page (/p/<id>) only — chart gets the full canvas (74vh), heading + people list stay in a centered column. Person detail and /explore stay narrow.

tsc clean; build passes.

🤖 Generated with Claude Code

The public layout forced `max-w-5xl` on every `/p` page, so the tree chart was cramped vs the member tree view. Mirror the member shell: the public layout drops max-width for the tree page (`/p/<id>`) only — chart gets the full canvas (74vh), heading + people list stay in a centered column. Person detail and `/explore` stay narrow. tsc clean; build passes. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
justin added 1 commit 2026-06-09 10:29:19 -04:00
The public layout forced max-w-5xl on every /p page, so the tree chart was
cramped. Mirror the member shell: the public layout now drops the max-width for
the tree page (/p/<id>) only, giving the chart the full canvas (74vh to match
the member view), while the page keeps its heading and people list in a
centered max-w-5xl column. Person detail (/p/<id>/persons/<pid>) and /explore
stay narrow.

tsc clean; next build passes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Justin Paul <justin@jpaul.me>
justin merged commit 12ba0a0fb6 into main 2026-06-09 10:29:20 -04:00
justin deleted branch public-tree-fullwidth 2026-06-09 10:29:20 -04:00
Sign in to join this conversation.