Skip to content

Commit c527e4d

Browse files
Remove search palette footer
Remove the keyboard shortcut hint row from the open note search palette.
1 parent f4c175b commit c527e4d

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

apps/desktop/src/shared/open-note-dialog.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
import { createPortal } from "react-dom";
1111
import { useHotkeys } from "react-hotkeys-hook";
1212

13-
import { Kbd } from "@hypr/ui/components/ui/kbd";
1413
import { cn } from "@hypr/utils";
1514

1615
import { useMainContentCenterOffset } from "~/shared/main/content-offset";
@@ -302,27 +301,6 @@ export function OpenNoteDialog({
302301
</>
303302
)}
304303
</CommandPrimitive.List>
305-
306-
<div
307-
className={cn([
308-
"flex items-center justify-center gap-4 px-4 py-2.5",
309-
"border-border/60 border-t",
310-
"text-muted-foreground text-xs",
311-
])}
312-
>
313-
<span className="flex items-center gap-1.5">
314-
<Kbd className="text-[10px]">↑↓</Kbd>
315-
<span>to navigate</span>
316-
</span>
317-
<span className="flex items-center gap-1.5">
318-
<Kbd className="text-[10px]"></Kbd>
319-
<span>to open</span>
320-
</span>
321-
<span className="flex items-center gap-1.5">
322-
<Kbd className="text-[10px]">esc</Kbd>
323-
<span>to dismiss</span>
324-
</span>
325-
</div>
326304
</CommandPrimitive>
327305
</div>
328306
</div>

0 commit comments

Comments
 (0)