fix: quick add opens create ui
Add createKey to quick-add manifests and client create dialog host. FAB and command palette open in-place create UIs instead of navigating away.
This commit is contained in:
@@ -93,18 +93,21 @@ const manifest: ModuleManifest = {
|
||||
label: "Add to shopping",
|
||||
icon: "shopping-cart",
|
||||
url: "/lists",
|
||||
createKey: "lists.add-shopping",
|
||||
},
|
||||
{
|
||||
id: "lists.add-task",
|
||||
label: "Add to tasks",
|
||||
icon: "list-checks",
|
||||
url: "/lists",
|
||||
createKey: "lists.add-task",
|
||||
},
|
||||
{
|
||||
id: "lists.new-list",
|
||||
label: "New list",
|
||||
icon: "list-plus",
|
||||
url: "/lists",
|
||||
createKey: "lists.new-list",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user