feat: Add searching of sub actions in command menu (#2845)

This commit is contained in:
Tom Moor
2021-12-11 09:34:16 -08:00
committed by GitHub
parent 7c6ce44fe1
commit e5b4186faa
7 changed files with 88 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
import {
BookmarkedIcon,
BicycleIcon,
CollectionIcon,
CoinsIcon,
AcademicCapIcon,
@@ -26,6 +27,7 @@ import {
SportIcon,
SunIcon,
TargetIcon,
TerminalIcon,
ToolsIcon,
VehicleIcon,
WarningIcon,
@@ -74,6 +76,10 @@ export const icons = {
component: AcademicCapIcon,
keywords: "learn teach lesson guide tutorial onboarding training",
},
bicycle: {
component: BicycleIcon,
keywords: "bicycle bike cycle",
},
beaker: {
component: BeakerIcon,
keywords: "lab research experiment test",
@@ -162,6 +168,10 @@ export const icons = {
component: TargetIcon,
keywords: "target goal sales",
},
terminal: {
component: TerminalIcon,
keywords: "terminal code",
},
tools: {
component: ToolsIcon,
keywords: "tool settings",