CL-5779: Channels in the canvas; retire /chat nav - #30
Merged
TheGreatAxios merged 4 commits intoAug 9, 2026
Merged
Conversation
Cover channel deep-link helpers, canvas open-with-channel behavior, and route/rail expectations after retiring /chat from the nav.
Open channels in the right-side canvas column on expanded layouts, keep a main-pane ChatWorkspace fallback when the canvas is unavailable, and retire Chat from the rail. Legacy /chat links still resolve to the same surface.
Replace the /chat route row with the canvas-hosted /c deep link and note that legacy /chat URLs still resolve.
Prettier on the new surface files; prefix unused canvas-state reducer args so eslint accepts the fixed signatures.
TheGreatAxios
force-pushed
the
cl-5779-channels-everywhere-right-side-chat-surface-retire-the-chat
branch
from
August 9, 2026 20:46
cd5fde9 to
1c26348
Compare
3 tasks
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
ChatWorkspace), with a main-pane fallback when the canvas is unavailable./cand/c/:channelId; legacy/chatstill resolves to the same surface./c.Out of scope for this PR (ticket follow-ups): sub-channel creation/hierarchy UI and threads (CL-5520 alignment).
Test plan
bun testfocused: channel-path, canvas-column-state, routes, shell, rail, panel-contribution (38 pass)/chat/:idstill loadsCloses CL-5779 (core surface; nesting/threads follow).