+
+
+
+ search
+
+
+ setQuery(event.target.value)}
+ placeholder="Search pages and actions..."
+ className="flex-1 bg-transparent outline-none text-on-surface placeholder:text-outline"
+ />
+
+
+ ESC
+
+
+
+ {!query && recentCommands.length > 0 && (
+ <>
+
+ Recent
+
+
+ {recentCommands.map((command) => (
+
+ ))}
+
+
+ >
+)}
+
+
+
+
+ Navigation
+
+
+ {filteredCommands.length === 0 ? (
+
+
+
+ search_off
+
+
+
+ No commands found
+
+
+
+ Try searching for pages or actions.
+
+
+ ) : (
+ filteredCommands.map((command, index) => (
+
+ ))
+ )}
+
+