feat(app): add Warp to the open menu (#15368)
This commit is contained in:
@@ -35,6 +35,7 @@ const OPEN_APPS = [
|
|||||||
"terminal",
|
"terminal",
|
||||||
"iterm2",
|
"iterm2",
|
||||||
"ghostty",
|
"ghostty",
|
||||||
|
"warp",
|
||||||
"xcode",
|
"xcode",
|
||||||
"android-studio",
|
"android-studio",
|
||||||
"powershell",
|
"powershell",
|
||||||
@@ -63,6 +64,7 @@ const MAC_APPS = [
|
|||||||
{ id: "terminal", label: "Terminal", icon: "terminal", openWith: "Terminal" },
|
{ id: "terminal", label: "Terminal", icon: "terminal", openWith: "Terminal" },
|
||||||
{ id: "iterm2", label: "iTerm2", icon: "iterm2", openWith: "iTerm" },
|
{ id: "iterm2", label: "iTerm2", icon: "iterm2", openWith: "iTerm" },
|
||||||
{ id: "ghostty", label: "Ghostty", icon: "ghostty", openWith: "Ghostty" },
|
{ id: "ghostty", label: "Ghostty", icon: "ghostty", openWith: "Ghostty" },
|
||||||
|
{ id: "warp", label: "Warp", icon: "warp", openWith: "Warp" },
|
||||||
{ id: "xcode", label: "Xcode", icon: "xcode", openWith: "Xcode" },
|
{ id: "xcode", label: "Xcode", icon: "xcode", openWith: "Xcode" },
|
||||||
{
|
{
|
||||||
id: "android-studio",
|
id: "android-studio",
|
||||||
|
|||||||
BIN
packages/ui/src/assets/icons/app/warp.png
Normal file
BIN
packages/ui/src/assets/icons/app/warp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 764 KiB |
@@ -13,6 +13,7 @@ import powershell from "../assets/icons/app/powershell.svg"
|
|||||||
import terminal from "../assets/icons/app/terminal.png"
|
import terminal from "../assets/icons/app/terminal.png"
|
||||||
import textmate from "../assets/icons/app/textmate.png"
|
import textmate from "../assets/icons/app/textmate.png"
|
||||||
import vscode from "../assets/icons/app/vscode.svg"
|
import vscode from "../assets/icons/app/vscode.svg"
|
||||||
|
import warp from "../assets/icons/app/warp.png"
|
||||||
import xcode from "../assets/icons/app/xcode.png"
|
import xcode from "../assets/icons/app/xcode.png"
|
||||||
import zed from "../assets/icons/app/zed.svg"
|
import zed from "../assets/icons/app/zed.svg"
|
||||||
import zedDark from "../assets/icons/app/zed-dark.svg"
|
import zedDark from "../assets/icons/app/zed-dark.svg"
|
||||||
@@ -27,6 +28,7 @@ const icons = {
|
|||||||
terminal,
|
terminal,
|
||||||
iterm2,
|
iterm2,
|
||||||
ghostty,
|
ghostty,
|
||||||
|
warp,
|
||||||
xcode,
|
xcode,
|
||||||
"android-studio": androidStudio,
|
"android-studio": androidStudio,
|
||||||
antigravity,
|
antigravity,
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export const iconNames = [
|
|||||||
"terminal",
|
"terminal",
|
||||||
"iterm2",
|
"iterm2",
|
||||||
"ghostty",
|
"ghostty",
|
||||||
|
"warp",
|
||||||
"xcode",
|
"xcode",
|
||||||
"android-studio",
|
"android-studio",
|
||||||
"antigravity",
|
"antigravity",
|
||||||
|
|||||||
Reference in New Issue
Block a user