feat(console): pair the persistent management chat with every drill-down depth (slice 4/6) - #87
Merged
Conversation
…own depth (slice 4/6) Slice 4 of the console-navigation-ia ADR (studio#83 Part B, mockups §7.2-7.4). The management chat (`#chat`) was already always-mounted and unaffected by the Fleets/Fleet-detail/Agent-console drill-down (slices 1-3 never touched it) — this slice formalizes that as *placement*, not just incidental survival: `#config`/`#fleet-detail` and `#chat` now sit in a `.drilldown-row` two-column flex layout (main content left, chat right), matching the ADR's side-by-side mockups instead of stacking the chat below as one more section. Drops to a single column under 860px. No new plumbing — chat-panel wiring, connection handling, and every other section (identity/remote/config-editor/logs) are untouched, same DOM ids, same main.ts/agentConsole.ts code paths. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Slice 4 of the console-navigation-ia ADR (studio#83 Part B, mockups §7.2-7.4). Builds on slices 1-3 (#84, #85, #86).
Summary
#chat) was already always-mounted and unaffected by the Fleets/Fleet-detail/Agent-console drill-down — slices 1-3 never touched it. This slice formalizes that as placement, not just incidental survival.#config/#fleet-detail(the drill-down's main content) and#chatnow sit in a.drilldown-rowtwo-column flex layout — main content left, chat right — matching the ADR's side-by-side mockups instead of the chat stacking below as one more section. Drops to a single column under 860px.main.ts/agentConsole.tscode paths.Test plan
tsc --noEmitvitest run(96/96 passing — no logic changed, CSS/layout only)vite build🤖 Generated with Claude Code