File tree Expand file tree Collapse file tree
app/src/components/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,12 +274,11 @@ export function SessionHeader() {
274274 type = "button"
275275 variant = "ghost"
276276 size = "small"
277- class = "hidden md:flex w-[240px] max-w-full min-w-0 pl-0.5 pr-2 items-center gap-2 justify-between rounded-md border border-border-weak-base bg-surface-panel shadow-none cursor-default"
277+ class = "hidden md:flex w-[240px] max-w-full min-w-0 items-center gap-2 justify-between rounded-md border border-border-weak-base bg-surface-panel shadow-none cursor-default"
278278 onClick = { ( ) => command . trigger ( "file.open" ) }
279279 aria-label = { language . t ( "session.header.searchFiles" ) }
280280 >
281- < div class = "flex min-w-0 flex-1 items-center gap-1.5 overflow-visible" >
282- < Icon name = "magnifying-glass" size = "small" class = "icon-base shrink-0 size-4" />
281+ < div class = "flex min-w-0 flex-1 items-center overflow-visible" >
283282 < span class = "flex-1 min-w-0 text-12-regular text-text-weak truncate text-left" >
284283 { language . t ( "session.header.search.placeholder" , {
285284 project : name ( ) ,
Original file line number Diff line number Diff line change 8080 "@ai-sdk/xai" : " 2.0.51" ,
8181 "@aws-sdk/credential-providers" : " 3.993.0" ,
8282 "@clack/prompts" : " 1.0.0-alpha.1" ,
83+ "@effect/platform-node" : " 4.0.0-beta.31" ,
8384 "@gitlab/gitlab-ai-provider" : " 3.6.0" ,
8485 "@gitlab/opencode-gitlab-auth" : " 1.3.3" ,
8586 "@hono/standard-validator" : " 0.1.5" ,
9596 "@openrouter/ai-sdk-provider" : " 1.5.4" ,
9697 "@opentui/core" : " 0.1.87" ,
9798 "@opentui/solid" : " 0.1.87" ,
98- "@effect/platform-node" : " 4.0.0-beta.31" ,
9999 "@parcel/watcher" : " 2.5.1" ,
100100 "@pierre/diffs" : " catalog:" ,
101101 "@solid-primitives/event-bus" : " 1.1.2" ,
You can’t perform that action at this time.
0 commit comments