feat: Trigger cmd+k from sidebar (#3149)

* feat: Trigger cmd+k from sidebar

* Add hint when opening command bar from sidebar
This commit is contained in:
Tom Moor
2022-02-22 20:13:56 -08:00
committed by GitHub
parent d75af27267
commit 63265b49ea
15 changed files with 173 additions and 67 deletions

View File

@@ -91,7 +91,7 @@ export function newDocumentPath(
return `/collection/${collectionId}/new?${queryString.stringify(params)}`;
}
export function searchUrl(
export function searchPath(
query?: string,
params: {
collectionId?: string;