diff --git a/pkgs/webview-ui/app/src/components/MachineListItem.tsx b/pkgs/webview-ui/app/src/components/MachineListItem.tsx index a1efbf3bc..edfb8df1b 100644 --- a/pkgs/webview-ui/app/src/components/MachineListItem.tsx +++ b/pkgs/webview-ui/app/src/components/MachineListItem.tsx @@ -7,6 +7,8 @@ import { A, useNavigate } from "@solidjs/router"; import { RndThumbnail } from "./noiseThumbnail"; import Icon from "./icon"; import { Filter } from "../routes/machines"; +import { Typography } from "./Typography"; +import { Button } from "./button"; type MachineDetails = SuccessQuery<"list_inventory_machines">["data"][string]; @@ -108,26 +110,77 @@ export const MachineListItem = (props: MachineListItemProps) => { setUpdating(false); }; return ( -