mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 05:38:09 -05:00
Show more vods on user page
This commit is contained in:
@@ -9,6 +9,7 @@ export const loader = async ({ params }: LoaderFunctionArgs) => {
|
||||
).id;
|
||||
|
||||
return {
|
||||
vods: findVods({ userId }),
|
||||
// TODO: add pagination instead of not showing oldest vods at all
|
||||
vods: findVods({ userId, limit: 100 }),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user