This repository was archived by the owner on Aug 6, 2026. It is now read-only.
feat(ui): scope the breadcrumb row to task detail - #3560
Merged
Conversation
|
😎 Merged manually by @adamleithp - details. |
The in-pane breadcrumb/header row now renders only on the task-detail view. Every other page drops it (the title bar search carries wayfinding instead); the /website Channels space keeps its own header via WebsiteLayout and is unaffected. Also stop the Skills and MCP servers pages from pushing header content, so their mirrored appearance in the Channels space loses the row too. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K18PGBxVQy1fnC9ADbst3y
adamleithp
force-pushed
the
posthog-code/hide-breadcrumb-row
branch
from
July 17, 2026 23:33
22d9076 to
0f9dd34
Compare
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "feat(ui): scope the breadcrumb row to ta..." | Re-trigger Greptile |
Contributor
Author
|
/trunk merge |
adamleithp
enabled auto-merge (squash)
July 17, 2026 23:34
Contributor
Author
|
/trunk merge |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The in-pane breadcrumb/header row now renders only on the task-detail view. Every other page drops it — the title bar search carries wayfinding instead.
ContentHeaderreturnsnullunless the active view istask-detail.SkillsViewandMcpServersViewno longer push header content, so their mirrored appearance in the Channels space loses the row too./websiteChannels space keeps its own header (WebsiteLayout) and is unaffected.Remaining mirrored pages (Home, Command Center) still push headers — out of scope here.
Test
/website/…) → own header intact.🤖 Generated with Claude Code