Cockpit redesign: exe.dev monospace-minimal, sidebar removed, grid is the hero#42
Merged
Merged
Conversation
… the hero Reframes the dashboard around the multi-agent shells grid (exe.dev's language, ShellDeck's dark terminal vibe): - Monospace type everywhere; slim top bar with a hairline divider and a green prompt accent (▸ ShellDeck). - Sidebar removed — the shells grid goes full-bleed as the hero canvas; the former sidebar panels (Machine / Remote / Containers / Links / Unlock) reflow into a responsive "System" instrument strip below. - Terminal cards become exe.dev terminal windows with macOS traffic lights; flat neutral-hairline panels, no cyan glow. Self-contained override block at the end of app.css — delete it to revert. Pure CSS, no markup/JS/backend change. Verified live at 1600px + 1280px (grid 3→2 cols), console clean. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
First slice of the ShellDeck SaaS pivot: the UI redesign.
Reframes the dashboard around the multi-agent shells grid — exe.dev's monospace-minimal language on ShellDeck's dark terminal vibe (the "all-dark cockpit" direction).
What changed
▸ ShellDeck); flat status pills; slim actions.How
A single self-contained override block appended to
public/app.css— delete the block to revert. Pure CSS: no markup/JS/backend change, hot-reloads on the live server.Verified
Follow-ups (not in this PR)
frontend/actions.ts) still draws the old sidebar layout — update it to the cockpit layout.🤖 Generated with Claude Code