command palette tweaks

This commit is contained in:
miloschwartz
2026-07-07 21:55:15 -04:00
parent 1e7863ce4f
commit d082de3d88
12 changed files with 182 additions and 39 deletions
@@ -7,6 +7,7 @@ import {
BellRing,
Building2,
Globe,
GlobeLock,
KeyRound,
MonitorUp,
Plus,
@@ -86,6 +87,12 @@ export function useCommandPaletteActions(
icon: <Globe className="size-4" />,
href: `/${orgId}/settings/resources/proxy/create`
});
actions.push({
id: "create-private-resource",
label: t("commandPaletteCreatePrivateResource"),
icon: <GlobeLock className="size-4" />,
href: `/${orgId}/settings/resources/private/create`
});
actions.push({
id: "create-machine-client",
label: t("commandPaletteCreateMachineClient"),