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:
ginnoir
2026-07-04 11:47:35 -05:00
parent 76f68548b2
commit 68a573c4d6
24 changed files with 1017 additions and 20 deletions
+1
View File
@@ -106,6 +106,7 @@ const manifest: ModuleManifest = {
label: "New note",
icon: "file-plus",
url: "/notes/new",
createKey: "notes.note",
},
],
};