CL-5780: Open channel in canvas without leaving the current page - #39
Merged
Conversation
TheGreatAxios
force-pushed
the
cl-5780-open-canvas-no-leave
branch
from
August 9, 2026 23:04
ca95b4f to
f8a62ab
Compare
Channel rows in the contextual panel can now open a conversation into the canvas column without navigating the URL. A new onOpenInCanvas callback threads through PanelRenderContext (app-shell → contextual-panel → panel-contributions) so a user browsing Library can pop a channel open in column 4 and stay on the page.
TheGreatAxios
force-pushed
the
cl-5780-open-canvas-no-leave
branch
from
August 9, 2026 23:23
f8a62ab to
f08ac08
Compare
Channel and chat rows in ChannelsBand now call onOpenInCanvas instead of onNavigate, opening the conversation in the canvas column without leaving the current page.
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.
What
Channel rows in the contextual panel can now open a conversation into the canvas column without navigating the URL. A new
onOpenInCanvascallback threads throughPanelRenderContext(app-shell → contextual-panel → panel-contributions) so a user browsing Library (or any page) can pop a channel open in column 4 and stay on the page.Why
Myra lives as a per-channel agent in the canvas. "Available on every page" means you can open/keep a Myra channel in canvas while browsing — not a separate floating chat product. This is the panel-side wiring for that.
Changes
app-shell.tsx—handleOpenInCanvassets canvas state without touching the URLcontextual-panel.tsx—onOpenInCanvaspassed intoPanelRenderContextpanel-contribution.ts— type gainsonOpenInCanvaspanel-contributions.tsx—ChannelsBandreceivesonOpenInCanvasCloses CL-5780