Skip to content

✨ feat(desktop): modern minimalist UI overhaul#111

Draft
iotserver24 wants to merge 2 commits into
mainfrom
ui/desktop-flat-design-1320938961382046139
Draft

✨ feat(desktop): modern minimalist UI overhaul#111
iotserver24 wants to merge 2 commits into
mainfrom
ui/desktop-flat-design-1320938961382046139

Conversation

@iotserver24
Copy link
Copy Markdown
Owner

This PR updates the /packages/desktop UI to align with a more modern, minimalist "code editor" aesthetic, similar to Claude Code or Cursor.

Changes

  • Color Palette (global.css): Swapped out the high-contrast pure black and deep dark grays for softer, standard editor tones (e.g., #1e1e1e, #27272a, and #3f3f46).
  • Layout (App.tsx): Replaced raw color codes (#0c0c0f) in the sidebar with semantic CSS variables (bg-xibe-surface) and softened the dividing borders.
  • Chat Elements (ChatPanel.tsx, MessageBubble.tsx): Reduced extreme border radiuses. Transitioned from pill-shaped (rounded-3xl, rounded-full) inputs and buttons to more structured square shapes with subtle rounding (rounded-xl, rounded-md). Adjusted the user message bubbles to feature lighter borders and more translucent backgrounds.

Verification

  • Visual check confirmed the changes apply successfully.
  • All workspace tests (pnpm test) and linters (pnpm lint) pass perfectly.

PR created automatically by Jules for task 1320938961382046139 started by @iotserver24

Updates the desktop React UI to use a sleeker, flatter, dark-mode design inspired by tools like Codex Desktop and Claude.
- `global.css`: Adjusted global `--color-xibe` variables to flatter, deeper grays (e.g., `#1e1e1e` and `#27272a`).
- `App.tsx`: Removed stark black aside backgrounds, replacing them with semantic colors and softer borders.
- `ChatPanel.tsx`: Updated input and suggestion buttons from heavily rounded pills (`rounded-3xl`/`rounded-full`) to modern slightly-rounded squares (`rounded-xl`/`rounded-md`).
- `MessageBubble.tsx`: Flattened user bubbles, swapped heavy backgrounds for translucent ones, and applied cleaner borders.
@google-labs-jules
Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 31, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7d25d56f-33a4-4ea2-99e1-de1246d74ba0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ui/desktop-flat-design-1320938961382046139

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Resolves high severity security audit failures found in `pnpm audit --audit-level=high` during the GitHub CI check suite.

- `package.json`: Added specific overrides for `tmp` (`>=0.2.6`) and `axios` (`>=1.16.0`) to force the dependency tree (specifically within `wait-on` and `electron-builder`) to use patched versions.
- Re-ran `pnpm install` and generated an updated `pnpm-lock.yaml` resolving the vulnerabilities.
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.

1 participant