Skip to content

Desktop: retheme launcher chrome to dark cockpit; bump to 0.1.1#49

Merged
falkoro merged 1 commit into
masterfrom
feat/desktop-cockpit-theme
Jun 6, 2026
Merged

Desktop: retheme launcher chrome to dark cockpit; bump to 0.1.1#49
falkoro merged 1 commit into
masterfrom
feat/desktop-cockpit-theme

Conversation

@falkoro
Copy link
Copy Markdown
Owner

@falkoro falkoro commented Jun 6, 2026

The desktop app is a thin client (the web UI auto-updates with the dashboard), but its own connect / opening / error screens were still light-themed (Inter, #f6f8fb). Retheme desktop/src/styles.css to match the redesign:

  • All-dark background, monospace type, cyan/green accents
  • prompt on the eyebrow label, dark inputs, cyan primary buttons

Version bumped 0.1.0 → 0.1.1 (package.json / tauri.conf.json / Cargo.toml). Merging triggers a desktop-v0.1.1-dev.* prerelease build; a desktop-v0.1.1 tag will cut the stable.

🤖 Generated with Claude Code

The thin-client web UI already updates with the dashboard, but the
desktop app's own connect/opening/error screens were still light-themed
(Inter, #f6f8fb). Retheme src/styles.css to match the redesign: all-dark
bg, monospace, cyan/green accents, ▸ prompt on the eyebrow label, dark
inputs + cyan primary buttons. Bump version 0.1.0 -> 0.1.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 6, 2026 08:09
@falkoro falkoro merged commit 3517ff4 into master Jun 6, 2026
@falkoro falkoro deleted the feat/desktop-cockpit-theme branch June 6, 2026 08:09
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

Note

Copilot was unable to run its full agentic suite in this review.

Updates the desktop app’s look-and-feel to a darker, mono-styled UI and bumps the app version across Tauri/Rust/npm manifests.

Changes:

  • Switch global palette to dark theme and adjust typography (monospace) and component colors.
  • Add minor UI styling enhancements (e.g., eyebrow prefix, updated hover/border styling).
  • Bump version from 0.1.0 to 0.1.1 across config/manifests.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
desktop/src/styles.css Introduces dark theme palette, typography updates, and component style tweaks.
desktop/src-tauri/tauri.conf.json Bumps Tauri app version to 0.1.1.
desktop/src-tauri/Cargo.toml Bumps Rust crate version to 0.1.1.
desktop/package.json Bumps npm package version to 0.1.1.
Comments suppressed due to low confidence (1)

desktop/src/styles.css:1

  • Buttons have hover styling but no visible focus state, which makes keyboard navigation difficult. Add a button:focus-visible (and optionally button.secondary:focus-visible) style with a clear outline/box-shadow that meets contrast requirements.
:root {

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

Comment thread desktop/src/styles.css
Comment on lines +80 to +83
.eyebrow::before {
content: "\25B8 ";
color: #72f7c8;
}
Comment thread desktop/src/styles.css
Comment on lines 1 to 9
:root {
color: #17202a;
background: #f6f8fb;
color: #edf7ff;
background: #070b10;
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
"Cascadia Mono", "JetBrains Mono", "SFMono-Regular", ui-monospace, Consolas, monospace;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
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