From 5a8ac9ad659605bca00b7216a0eb5e6ed01b12db Mon Sep 17 00:00:00 2001 From: ElementalCrisis <9443295+ElementalCrisis@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:50:43 -0700 Subject: [PATCH] Update "In Collection" Design and Indicator Check. --- src/components/BackgroundImagePlaceholderDiv.tsx | 2 +- src/pages/dashboard/components/EpisodeDetails.tsx | 10 ++++------ src/pages/dashboard/panels/UpcomingAnime.tsx | 11 +++++++---- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/components/BackgroundImagePlaceholderDiv.tsx b/src/components/BackgroundImagePlaceholderDiv.tsx index f262df7d3..32cb052f3 100644 --- a/src/components/BackgroundImagePlaceholderDiv.tsx +++ b/src/components/BackgroundImagePlaceholderDiv.tsx @@ -75,7 +75,7 @@ function BackgroundImagePlaceholderDiv(props: Props) {
= ({ episode, isInCollection, percentage }) => ( {percentage &&
} {isInCollection && ( -
- +
+ In Collection
)} -
+
); diff --git a/src/pages/dashboard/panels/UpcomingAnime.tsx b/src/pages/dashboard/panels/UpcomingAnime.tsx index 2f5128b79..be7d49737 100644 --- a/src/pages/dashboard/panels/UpcomingAnime.tsx +++ b/src/pages/dashboard/panels/UpcomingAnime.tsx @@ -33,9 +33,7 @@ const UpcomingAnime = () => {
{(localItems.data?.length ?? 0) > 0 - ? localItems.data?.map(item => ( - - )) + ? localItems.data?.map(item => ) : (
No Upcoming Anime.
@@ -46,7 +44,12 @@ const UpcomingAnime = () => { {(items.data?.length ?? 0) > 0 ? items.data?.map(item => ( - + )) : (