From 8147009e23c4b4a714da1fc1fb859d88979e3bd0 Mon Sep 17 00:00:00 2001 From: Sn0w123 Date: Fri, 27 Mar 2026 22:52:27 +0100 Subject: [PATCH 1/8] Fix first chapter link --- src/components/manga-details/chapters-client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/manga-details/chapters-client.tsx b/src/components/manga-details/chapters-client.tsx index c7fda3f7..e3d728b2 100644 --- a/src/components/manga-details/chapters-client.tsx +++ b/src/components/manga-details/chapters-client.tsx @@ -87,7 +87,7 @@ function ChaptersControls({ ) : ( Go to First Chapter From 1e46b224f553a9bf750449f61ed3c85955448eb5 Mon Sep 17 00:00:00 2001 From: Sn0w123 Date: Fri, 27 Mar 2026 22:53:06 +0100 Subject: [PATCH 2/8] Only show scanlator select if there are several options --- .../manga-details/chapters-client.tsx | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/components/manga-details/chapters-client.tsx b/src/components/manga-details/chapters-client.tsx index e3d728b2..5104be8a 100644 --- a/src/components/manga-details/chapters-client.tsx +++ b/src/components/manga-details/chapters-client.tsx @@ -56,24 +56,26 @@ function ChaptersControls({ return (
- + {scanlatorOptions.length > 1 && ( + + )}
{isLoading || isUserLoading ? (