feat: popular categories

This commit is contained in:
2024-05-15 15:07:10 +01:00
parent daa687957e
commit 2bc996d981
14 changed files with 237 additions and 29 deletions

View File

@ -13,7 +13,7 @@ export function RootPage() {
<CategoryLink key={a.id} {...a} />
))}
</div>
<VideoGridSorted evs={streams} />
<VideoGridSorted evs={streams} showEnded={false} showPopular={true} />
</div>
);
}