refactor: migrate paginated library and series flows to server-first
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user