From 33e7691b94d7d369a0a1410e434850bc51e5572e Mon Sep 17 00:00:00 2001 From: Brandon Cohen Date: Sat, 11 Feb 2023 05:30:53 -0500 Subject: [PATCH] feat: full title of download item on hover with tooltip (#3296) Co-authored-by: Ryan Cohen --- src/components/ManageSlideOver/index.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/components/ManageSlideOver/index.tsx b/src/components/ManageSlideOver/index.tsx index b6fd51cf9..8609c828c 100644 --- a/src/components/ManageSlideOver/index.tsx +++ b/src/components/ManageSlideOver/index.tsx @@ -1,6 +1,7 @@ import Button from '@app/components/Common/Button'; import ConfirmButton from '@app/components/Common/ConfirmButton'; import SlideOver from '@app/components/Common/SlideOver'; +import Tooltip from '@app/components/Common/Tooltip'; import DownloadBlock from '@app/components/DownloadBlock'; import IssueBlock from '@app/components/IssueBlock'; import RequestBlock from '@app/components/RequestBlock'; @@ -144,20 +145,24 @@ const ManageSlideOver = ({
    {data.mediaInfo?.downloadStatus?.map((status, index) => ( -
  • - -
  • +
  • + +
  • + ))} {data.mediaInfo?.downloadStatus4k?.map((status, index) => ( -
  • - -
  • +
  • + +
  • + ))}