From 0dd84dd2f3dbf301f3ec20ec38f92e4fc1c3f0dd Mon Sep 17 00:00:00 2001 From: iotserver24 <147928812+iotserver24@users.noreply.github.com> Date: Thu, 21 May 2026 05:43:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Refine=20desktop=20UI=20to=20match?= =?UTF-8?q?=20Claude=20Code=20/=20Cursor=20aesthetic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated global.css to use zinc-based neutral hex codes for background and surfaces - Refined App.tsx layout to remove shadows and flatten sidebars - Repositioned model selector directly into the top header bar - Redesigned ChatPanel.tsx empty state with minimalist buttons and clean heading - Rebuilt chat input as a floating, rounded-3xl pill design - Adjusted ChatHistory padding and hover states for a flatter, modern look --- packages/desktop/src/renderer/App.tsx | 19 +++-- .../src/renderer/components/ChatHistory.tsx | 13 ++-- .../src/renderer/components/ChatPanel.tsx | 77 +++++++++---------- .../desktop/src/renderer/styles/global.css | 4 +- 4 files changed, 56 insertions(+), 57 deletions(-) diff --git a/packages/desktop/src/renderer/App.tsx b/packages/desktop/src/renderer/App.tsx index 3a76459..3ce2516 100644 --- a/packages/desktop/src/renderer/App.tsx +++ b/packages/desktop/src/renderer/App.tsx @@ -333,13 +333,16 @@ export default function App() { > - XibeCode - +
+ XibeCode + / + +
@@ -369,7 +372,7 @@ export default function App() {
{/* Left panel: Chat history + settings shortcut */}