diff --git a/tranga-website/src/Components/MangaList.tsx b/tranga-website/src/Components/MangaList.tsx index 4b26a8c..bb327f1 100644 --- a/tranga-website/src/Components/MangaList.tsx +++ b/tranga-website/src/Components/MangaList.tsx @@ -1,4 +1,4 @@ -import {Badge, Box, Button, Card, CardContent, CardCover, Stack, Typography} from "@mui/joy"; +import {Badge, Box, Button, Card, CardContent, CardCover, Stack, Tooltip, Typography} from "@mui/joy"; import {Dispatch, SetStateAction, useCallback, useContext, useEffect, useState} from "react"; import {ApiUriContext} from "../api/fetchApi.tsx"; import {DeleteJob, GetJobsWithType, StartJob} from "../api/Job.tsx"; @@ -73,7 +73,9 @@ export default function MangaList({connected, setShowSearch}: {connected: boolea {jobList?.map((job) => ( - + + + ))}