feat(console): promote the fleets panel to a top-level screen (slice 1/6) - #84
Merged
Merged
Conversation
…1/6) Slice 1 of the console-navigation-ia ADR (studio#83): the fleet-config panel already sits first in `main.content`'s DOM order and already implements the fleet-switch logic (`activeFleet`/`activeCluster`), so this slice only changes its *presentation* — from a small sidebar-style label to a proper page-level "Fleets" heading + subtitle — so it reads as the console's primary top-level screen rather than one panel among several equally-weighted sections. No behavior change: `fleetConfigHtml`'s fleet-switch logic, click handling, and every existing class/attribute the tests and `main.ts` depend on (`cfg-fleet`, `data-fleet`, `data-action="edit-config"`) are untouched — only the header markup (`cfg-label` → `cfg-title` + a new `cfg-subtitle`) and panel padding changed. Later slices (per the ADR): Fleet detail drill-down (2), agent console wiring (3), persistent chat placement (4), Deploy actions (5), Debug drawer (6). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This was referenced Aug 18, 2026
Merged
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 1 of 6 from docs/adr/console-navigation-ia.md (#83) — running via a scheduled runbook, see progress table there.
What
The fleet-config panel is already first in
main.content's DOM order and already implements the fleet-switch logic (activeFleet/activeCluster/activeMembers). This slice only changes its presentation — a proper "Fleets" page heading + subtitle instead of a small uppercase sidebar label — so it reads as the console's primary top-level screen (ADR §7.2) rather than one panel among several equally-weighted sections.Not in this slice
Fleet detail drill-down, per-row health/
[⚙],[+ New fleet]— those are slices 2/5/6. This slice is presentation-only on the existing Fleets list.Verification
console:tsc --noEmitclean · 91 vitest (unchanged — no test asserted on the old label text) ·vite buildOK. Visual pass (heading reads as a primary screen, not a sidebar strip) wants eyes on a real build.🤖 Generated with Claude Code