From ef8b87571f0e5b475f74f128c100dc0e8b666b95 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 6 Sep 2026 07:32:46 -0700 Subject: [PATCH] Allow page size --- .../share-link-bundle-list.component.html | 46 +++++++++++-------- .../share-link-bundle-list.component.spec.ts | 21 +++++++++ .../share-link-bundle-list.component.ts | 29 +++++++++++- .../share-link-list.component.html | 18 ++++++-- .../share-link-list.component.spec.ts | 21 ++++++++- .../share-link-list.component.ts | 29 +++++++++++- src-ui/src/app/data/ui-settings.ts | 2 + 7 files changed, 141 insertions(+), 25 deletions(-) diff --git a/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html b/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html index 3b37baa87..c4d2a1af7 100644 --- a/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html +++ b/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html @@ -11,11 +11,6 @@ } @if (!loading() && !error()) { -
-
No share link bundles currently exist.
} @@ -149,20 +144,35 @@ - @if (total() > pageSize) { -
+