From acdd050b77ac1c8e550a4268254c9347617c31f7 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Fri, 17 Feb 2023 11:41:01 -0600 Subject: [PATCH] tile-menu: fix app info and make targets bigger --- ui/src/tiles/TileMenu.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/ui/src/tiles/TileMenu.tsx b/ui/src/tiles/TileMenu.tsx index bd5523d..b6dd737 100644 --- a/ui/src/tiles/TileMenu.tsx +++ b/ui/src/tiles/TileMenu.tsx @@ -29,7 +29,7 @@ const Item = React.forwardRef( {children} @@ -74,14 +74,19 @@ export const TileMenu = ({ - e.preventDefault() : linkOnSelect}> - App Info + e.preventDefault() : linkOnSelect} + asChild + > + + App Info + @@ -91,7 +96,12 @@ export const TileMenu = ({ asChild onSelect={isMobile ? (e) => e.preventDefault() : linkOnSelect} > - Suspend App + + Suspend App + )} {suspended && ( @@ -101,7 +111,9 @@ export const TileMenu = ({ asChild onSelect={isMobile ? (e) => e.preventDefault() : linkOnSelect} > - Uninstall App + + Uninstall App +