Remove placeholder Inbox tab from channel canvas#3156
Open
k11kirky wants to merge 1 commit into
Open
Conversation
Drops the "coming soon" Inbox tab from the channel header, deletes its placeholder component and route, and derives the tab list and tab-restore navigation from CHANNEL_SECTIONS so the section-to-route mapping lives in one place. Generated-By: PostHog Code Task-Id: b48d2711-4347-408e-8076-2529f5361812
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "Remove placeholder channel Inbox tab fro..." | Re-trigger Greptile |
adamleithp
approved these changes
Jul 6, 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.
Problem
The channel header in the Channels (project-bluebird) space showed an Inbox tab that only rendered a "coming soon" placeholder. Until the channel inbox actually exists, the tab shouldn't be there.
Why
Requested in #project-bluebird: within a canvas the inbox tab should be removed rather than shipped as a placeholder.
Changes
inboxchannel-section key, and the placeholderWebsiteChannelInboxcomponent + its/website/$channelId/inboxroute (route tree regenerated).channelSection: "inbox"now restore to the channel home.CHANNEL_SECTIONSinstead of hand-maintained copies of the section→route mapping.channel_inbox/view_inboxanalytics values.The Global Inbox (
/code/inbox) is untouched — this only affects the per-channel tab.How did you test this?
pnpm --filter @posthog/shared --filter @posthog/ui typecheckAutomatic notifications
Created with PostHog Code