import { DownloadClient } from "../../domain/interfaces"; import { useToggle } from "../../hooks/hooks"; import { Switch } from "@headlessui/react"; import { useQuery } from "react-query"; import { classNames } from "../../styles/utils"; import { DownloadClientAddForm, DownloadClientUpdateForm } from "../../forms"; import EmptySimple from "../../components/empty/EmptySimple"; import APIClient from "../../api/APIClient"; import { DownloadClientTypeNameMap } from "../../domain/constants"; interface DownloadLClientSettingsListItemProps { client: DownloadClient; idx: number; } function DownloadClientSettingsListItem({ client, idx }: DownloadLClientSettingsListItemProps) { const [updateClientIsOpen, toggleUpdateClient] = useToggle(false) return (
'An error has occurred: '
); return (Manage download clients.
Enabled | Name | Host | Type | Edit |
---|