diff options
| author | Aaron Iker <[email protected]> | 2025-12-22 12:41:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-22 05:41:38 -0600 |
| commit | 5fd873a35a19de2f9e89c420158d5697746d2983 (patch) | |
| tree | 583ef90753cbe5ddba07bc6a23112dc326fcc0e7 /packages/desktop/src/context | |
| parent | a9fbd786b3262a659620298b8071671452b497f1 (diff) | |
| download | opencode-5fd873a35a19de2f9e89c420158d5697746d2983.tar.gz opencode-5fd873a35a19de2f9e89c420158d5697746d2983.zip | |
feat: polish dialog & list styles for the desktop app, add fixed logos from models.dev (#5925)
Diffstat (limited to 'packages/desktop/src/context')
| -rw-r--r-- | packages/desktop/src/context/command.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/desktop/src/context/command.tsx b/packages/desktop/src/context/command.tsx index 362f35b97..f91a1cf05 100644 --- a/packages/desktop/src/context/command.tsx +++ b/packages/desktop/src/context/command.tsx @@ -119,7 +119,6 @@ function DialogCommand(props: { options: CommandOption[] }) { return ( <Dialog title="Commands"> <List - class="px-2.5" search={{ placeholder: "Search commands", autofocus: true }} emptyMessage="No commands found" items={() => props.options.filter((x) => !x.id.startsWith("suggested.") || !x.disabled)} |
