fix(shell): prevent duplicate route headers#414
Merged
Conversation
- add route-to-header ownership rules for shell-mounted paths - hide shell chrome when a route owns its own app bar - add provider and router tests for shell and nested header behavior Removes duplicate headers on shell routes without stripping route-specific actions.
Plugin Module Size GatePolicy: modules over 3 MB must be delivered as plugins; plugin modules over 5 MB must document cache management.
|
- update canonical tab routes in the navigation wiki - explain which shell-mounted routes use shell chrome vs local app bars - document the legacy redirects for mind, beats, and stream Keeps user-facing navigation docs aligned with the header ownership fix.
🚀 PR Quick Check Summary
|
|
12 tasks
🚀 PR Quick Check Summary
|
This was referenced Jun 28, 2026
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
This PR introduces changes to shell and route header ownership.
Goal: ensure shell-mounted routes show only one visible top header.
Core outcome:
Changes
Code
Logic
/money,/mind,/mind/chat,/mind/models, and/gamesremain shell-owned/music,/iptv,/quest,/mind/profile, and nested money flows become route-ownedAPI Changes (if any)
Database Changes (if any)
Observability / Logging
Performance Impact
Risks
Testing
Deployment Notes
Related Commits
Notes
Closes #398