✨ feat(desktop): modern minimalist UI overhaul#111
Conversation
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.
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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.
This PR updates the
/packages/desktopUI to align with a more modern, minimalist "code editor" aesthetic, similar to Claude Code or Cursor.Changes
global.css): Swapped out the high-contrast pure black and deep dark grays for softer, standard editor tones (e.g.,#1e1e1e,#27272a, and#3f3f46).App.tsx): Replaced raw color codes (#0c0c0f) in the sidebar with semantic CSS variables (bg-xibe-surface) and softened the dividing borders.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
pnpm test) and linters (pnpm lint) pass perfectly.PR created automatically by Jules for task 1320938961382046139 started by @iotserver24