wip(desktop): progress
This commit is contained in:
parent
eab1b44f66
commit
105cfa8d4e
2 changed files with 134 additions and 17 deletions
|
|
@ -139,6 +139,7 @@ function DialogCommand(props: { options: CommandOption[] }) {
|
|||
emptyMessage="No commands found"
|
||||
items={() => props.options.filter((x) => !x.id.startsWith("suggested.") || !x.disabled)}
|
||||
key={(x) => x?.id}
|
||||
filterKeys={["title", "description", "category"]}
|
||||
groupBy={(x) => x.category ?? ""}
|
||||
onSelect={(option) => {
|
||||
if (option) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue