feat(app): add prompt input story (#32308)

This commit is contained in:
Brendan Allan 2026-06-14 21:40:09 +08:00 committed by GitHub
commit d37ddc501c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 501 additions and 228 deletions

View file

@ -50,7 +50,7 @@ export const PromptContextItems: Component<ContextItemsProps> = (props) => {
>
<div class="flex items-center gap-1.5">
<FileIcon node={{ path: item.path, type: "file" }} class="shrink-0 size-3.5" />
<div class="flex items-center text-11-regular min-w-0 font-medium">
<div class="flex items-center text-[12px] min-w-0 font-medium leading-5">
<span class="text-text-strong whitespace-nowrap">{label}</span>
<Show when={item.selection}>
{(sel) => (