mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Show more vods on user page
This commit is contained in:
parent
6a3855046c
commit
4b0b1e4a68
|
|
@ -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 }),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user