feat: polish dialog & list styles for the desktop app, add fixed logos from models.dev (#5925)
This commit is contained in:
parent
a9fbd786b3
commit
5fd873a35a
73 changed files with 732 additions and 674 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue