From 3415b9daef314d454673e4db29378ca52589d5e5 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Fri, 17 Jun 2022 09:36:48 -0300 Subject: [PATCH] feat: Pop out all apps (#2346) --- 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 425e60fd63..c02ae839a6 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") + }} + >