From 2b95b5e5177d3e1087524d425af0af389c1993e9 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 14 Aug 2026 17:34:06 -0400 Subject: [PATCH] feat: paginator go to button - Added a way in the paginator to select the page number you want to go to instead of clicking the arrow's. --- .../ui/src/components/base/Pagination.vue | 56 +++++++++++++++++-- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/base/Pagination.vue b/packages/ui/src/components/base/Pagination.vue index f7a6e08cb5..bc1506955f 100644 --- a/packages/ui/src/components/base/Pagination.vue +++ b/packages/ui/src/components/base/Pagination.vue @@ -24,9 +24,33 @@ }" class="page-number-container" > -
- -
+
+ + +
+ +
+