summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/context
diff options
context:
space:
mode:
authorAaron Iker <[email protected]>2025-12-22 12:41:38 +0100
committerGitHub <[email protected]>2025-12-22 05:41:38 -0600
commit5fd873a35a19de2f9e89c420158d5697746d2983 (patch)
tree583ef90753cbe5ddba07bc6a23112dc326fcc0e7 /packages/desktop/src/context
parenta9fbd786b3262a659620298b8071671452b497f1 (diff)
downloadopencode-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.tsx1
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)}