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
@@ -15,6 +15,8 @@ export type paginationNavigationProps = {
export const PaginationNavigation = (props: paginationNavigationProps) => {
const { className, totalPages, currentPage, goToPage, goToPrevPage, goToNextPage, maxVisiblePages = 3 } = props;
if (totalPages <= 1) return null;
return (
<Pagination className={cn("", className)}>
<PaginationContent>