From d8806eaa042216fdf456ff0bbf99548241078c5b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 21:31:58 +0200 Subject: [PATCH] ui/pager: replace the page number links with buttons --- .../src/widgets/collections/Pagination.tsx | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/apps/client/src/widgets/collections/Pagination.tsx b/apps/client/src/widgets/collections/Pagination.tsx index f85a188a6f..282a6b36a5 100644 --- a/apps/client/src/widgets/collections/Pagination.tsx +++ b/apps/client/src/widgets/collections/Pagination.tsx @@ -5,6 +5,7 @@ import froca from "../../services/froca"; import { useNoteLabelInt } from "../react/hooks"; import { t } from "../../services/i18n"; import ActionButton from "../react/ActionButton"; +import Button from "../react/Button"; interface PaginationContext { page: number; @@ -27,22 +28,14 @@ export function Pager({ page, pageSize, setPage, pageCount, totalNotes }: Omit

setPage(i)} - > - {i} - - )) - } else { - // Current page - children.push({i}) - } - - children.push(<>{" "} {" "}); + children.push(( +