From c8d83c0496eafa591537ffdd6397530e866610b5 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 15 Jun 2022 15:46:20 +0000 Subject: [PATCH] feat: Pop out all apps --- site/src/components/AppLink/AppLink.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/site/src/components/AppLink/AppLink.tsx b/site/src/components/AppLink/AppLink.tsx index 425e60fd63bda..c02ae839a6bf0 100644 --- a/site/src/components/AppLink/AppLink.tsx +++ b/site/src/components/AppLink/AppLink.tsx @@ -16,7 +16,15 @@ export const AppLink: FC = ({ userName, workspaceName, appName, ap const href = `/@${userName}/${workspaceName}/apps/${appName}` return ( - + { + event.preventDefault() + window.open(href, appName, "width=900,height=600") + }} + >