From a8836c5615f620321cc7aa2670767e0c9586d27b Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:47:25 -0600 Subject: wip(desktop): layout improvements --- packages/desktop/src/components/prompt-input.tsx | 12 +- packages/desktop/src/components/session-review.tsx | 104 +++++++++ .../src/components/sticky-accordion-header.tsx | 17 ++ packages/desktop/src/context/local.tsx | 11 +- packages/desktop/src/pages/session.tsx | 252 ++++++--------------- 5 files changed, 199 insertions(+), 197 deletions(-) create mode 100644 packages/desktop/src/components/session-review.tsx create mode 100644 packages/desktop/src/components/sticky-accordion-header.tsx (limited to 'packages/desktop/src') diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index b2022cf30..2ae5f87fc 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -347,7 +347,7 @@ export const PromptInput: Component = (props) => {
0} fallback={
No matching files
}> @@ -382,7 +382,7 @@ export const PromptInput: Component = (props) => { onSubmit={handleSubmit} classList={{ "bg-surface-raised-stronger-non-alpha border border-border-strong-base": true, - "rounded-2xl overflow-clip focus-within:border-transparent focus-within:shadow-xs-border-select": true, + "rounded-md overflow-clip focus-within:border-transparent focus-within:shadow-xs-border-select": true, [props.class ?? ""]: !!props.class, }} > @@ -396,17 +396,17 @@ export const PromptInput: Component = (props) => { onInput={handleInput} onKeyDown={handleKeyDown} classList={{ - "w-full p-3 text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap": true, + "w-full px-5 py-3 text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap": true, "[&>[data-type=file]]:text-icon-info-active": true, }} /> -
+
Plan and build anything
-
+