diff --git a/frontend/src/pages/Library.jsx b/frontend/src/pages/Library.jsx index 5a540a39..ad629ff7 100644 --- a/frontend/src/pages/Library.jsx +++ b/frontend/src/pages/Library.jsx @@ -3,7 +3,7 @@ import { useNavigate, useParams } from 'react-router-dom'; import { ActionIcon, Box, Button, Divider, Group, Paper, Portal, Select, Stack, Text, TextInput, Title, SegmentedControl } from '@mantine/core'; import { notifications } from '@mantine/notifications'; import { useDebouncedValue } from '@mantine/hooks'; -import { ListChecks, Play, RefreshCcw, Search, Trash2 } from 'lucide-react'; +import { ListChecks, Play, RefreshCcw, Search, Trash2, XCircle } from 'lucide-react'; import useLibraryStore from '../store/library'; import useMediaLibraryStore from '../store/mediaLibrary'; @@ -711,15 +711,29 @@ const LibraryPage = () => { Mark unwatched ) : ( - + <> + + {contextStatus === 'in_progress' && ( + + )} + )}