Skip to content

Card lights: ShellDeck's own rounded squares, not macOS dots#43

Merged
falkoro merged 1 commit into
masterfrom
feat/our-own-card-lights
Jun 5, 2026
Merged

Card lights: ShellDeck's own rounded squares, not macOS dots#43
falkoro merged 1 commit into
masterfrom
feat/our-own-card-lights

Conversation

@falkoro
Copy link
Copy Markdown
Owner

@falkoro falkoro commented Jun 5, 2026

Follow-up to the cockpit redesign (#42): make the terminal-card "lights" ours instead of copying macOS.

  • Three rounded squares (our logo's rounded-square motif) replace macOS's round dots.
  • ShellDeck's cooler palette: --red #ff6a7a / --amber #ffc857 / --green #72f7c8 (softer/cooler than macOS).
  • Subtly meaningful: dimmed (opacity:.5) on idle cards, full-bright on .running/.selected cards — so the lights signal activity, not just decoration.

Still pure CSS inside the same EXE.DEV COCKPIT REDESIGN block in public/app.css; hot-reloads, reversible. Verified live at 1600px.

🤖 Generated with Claude Code

Swap the three round red/amber/green window dots for rounded squares
(our logo motif) in ShellDeck's cooler palette (--red/--amber/--green).
Lights are dimmed on idle cards and full-bright on running/selected
ones, so they signal state instead of being pure decoration.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 5, 2026 17:23
@falkoro falkoro merged commit 685c111 into master Jun 5, 2026
@falkoro falkoro deleted the feat/our-own-card-lights branch June 5, 2026 17:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refines the cockpit redesign’s terminal card header “lights” to use ShellDeck-specific styling (rounded-square motif + project palette), and makes the lights reflect card activity state (dim when idle, bright when running/selected) while remaining a pure-CSS override within the existing cockpit redesign block.

Changes:

  • Replaces macOS-style circular traffic-light dots with three rounded squares in ShellDeck’s --red/--amber/--green palette.
  • Adds state signaling via opacity: .5 by default and opacity: 1 on .terminal-card.running / .terminal-card.selected, with a short opacity transition.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants