import { Button, HStack } from "@hope-ui/solid" import { createSignal } from "solid-js" import { useT, useLink } from "~/hooks" import { objStore } from "~/store" import { api, baseName, safeBtoa } from "~/utils" import { FileInfo } from "./info" const Ipa = () => { const t = useT() const [installing, setInstalling] = createSignal(false) const [trInstalling, setTrInstalling] = createSignal(false) const { currentObjLink } = useLink() return (