add: agent update notifier, pagination

This commit is contained in:
Théo LAGACHE
2026-02-10 15:52:08 +01:00
parent 0a2ca8c0b6
commit 80bdca138e
5 changed files with 107 additions and 46 deletions
@@ -66,7 +66,7 @@ export default async function RoutePage(props: PageParams<{}>) {
organizationSlug={organization.slug}
data={projects}
cardItem={ProjectCard}
cardsPerPage={6}
cardsPerPage={9}
numberOfColumns={3}
/>
) : isMember ? (