feat: Finalize command palette

This commit is contained in:
LukeGus
2025-11-07 00:28:58 -06:00
parent 4bd6e6c6fa
commit c69d31062e
7 changed files with 356 additions and 59 deletions

View File

@@ -185,6 +185,7 @@ function AppContent() {
<TopNavbar
isTopbarOpen={isTopbarOpen}
setIsTopbarOpen={setIsTopbarOpen}
onOpenCommandPalette={() => setIsCommandPaletteOpen(true)}
/>
</LeftSidebar>
)}