Stabilize console workspace layout, theming, and console sizing#167
Closed
Stabilize console workspace layout, theming, and console sizing#167
Conversation
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Modularize existing server console view UI into modules
Modularize server console with draggable workspace and saved layouts
Feb 24, 2026
Copilot
AI
changed the title
Modularize server console with draggable workspace and saved layouts
Add draggable console workspace with saved layouts
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Add draggable console workspace with saved layouts
Stabilize console workspace grid, theming, and add-module UX
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Stabilize console workspace grid, theming, and add-module UX
Stabilize console workspace layout defaults and payload validation
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Stabilize console workspace layout defaults and payload validation
Refine console workspace theming, defaults, and console resizing
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Refine console workspace theming, defaults, and console resizing
Fix console workspace defaults, validation, and terminal resizing
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Fix console workspace defaults, validation, and terminal resizing
Stabilize console workspace layout, defaults, and console resizing
Feb 24, 2026
…y‑side Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Stabilize console workspace layout, defaults, and console resizing
Use corrected default workspace preset and keep console/graphs side‑by‑side
Feb 24, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Use corrected default workspace preset and keep console/graphs side‑by‑side
Align workspace modules with panel surface, stabilize grid compaction, and increase graph default height
Feb 25, 2026
Co-authored-by: macery12 <57544649+macery12@users.noreply.github.com>
Copilot
AI
changed the title
Align workspace modules with panel surface, stabilize grid compaction, and increase graph default height
Stabilize console workspace layout, theming, and console sizing
Feb 25, 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.
The modular console workspace regressed: cards showed double surfaces, the console body didn’t fill its card, layouts could balloon vertically, and default graph height was too small.
Layout & defaults
hto 8 (frontend/backend defaults).Grid behavior
Styling
Console fill
Example layout entries:
{ "id":"console","x":0,"y":3,"w":9,"h":18,"minW":6,"minH":6 } { "id":"cpuGraph","x":9,"y":3,"w":3,"h":8,"minW":3,"minH":2 } { "id":"memoryGraph","x":9,"y":11,"w":3,"h":8,"minW":3,"minH":2 } { "id":"networkGraph","x":9,"y":19,"w":3,"h":8,"minW":3,"minH":2 }💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.