From bf09fcdce08bf60409c9bd4f490a7edf9fd0209a Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 10 Apr 2024 17:14:20 -0400 Subject: [PATCH] Polish discover page and navigation to it --- src/pages/Discover.tsx | 48 ++++++++++++----------- src/pages/parts/search/SearchListPart.tsx | 2 +- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/src/pages/Discover.tsx b/src/pages/Discover.tsx index 2c05c75d..0ab34317 100644 --- a/src/pages/Discover.tsx +++ b/src/pages/Discover.tsx @@ -258,7 +258,7 @@ export function Discover() {
- + -

+

{isTVShow ? media.name : media.title}

@@ -307,26 +307,28 @@ export function Discover() { ))}
- - +
+ + +
); } diff --git a/src/pages/parts/search/SearchListPart.tsx b/src/pages/parts/search/SearchListPart.tsx index 4ee42781..0c4cdb72 100644 --- a/src/pages/parts/search/SearchListPart.tsx +++ b/src/pages/parts/search/SearchListPart.tsx @@ -35,7 +35,7 @@ function SearchSuffix(props: { failed?: boolean; results?: number }) { <>

{t("home.search.allResults")}