refactor: migrate paginated library and series flows to server-first

This commit is contained in:
2026-02-28 12:08:20 +01:00
parent 612a70ffbe
commit e5497b4f58
7 changed files with 10 additions and 192 deletions

View File

@@ -36,13 +36,7 @@ export default async function SeriesPage({ params, searchParams }: PageProps) {
]);
return (
<SeriesClientWrapper
seriesId={seriesId}
currentPage={currentPage}
unreadOnly={unreadOnly}
pageSize={effectivePageSize}
preferences={preferences}
>
<SeriesClientWrapper>
<SeriesContent
series={series}
books={books}