feat: polish dialog & list styles for the desktop app, add fixed logos from models.dev (#5925)

This commit is contained in:
Aaron Iker 2025-12-22 12:41:38 +01:00 committed by GitHub
commit 5fd873a35a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 732 additions and 674 deletions

View file

@ -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)}