mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-15 11:25:06 -05:00
[PR #1395] [MERGED] Enhancement #906/Persist User Preference for Entries Amount #1056
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1395
Author: @Pallavikumarimdb
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @oschwartz10612
Base:
dev← Head:enhancement-#906/persist-amount-of-entries📝 Commits (2)
ee9101eSave Amount of Entriese9494efquick fix📊 Changes
16 files changed (+172 additions, -14 deletions)
View changed files
📝
src/app/[orgId]/settings/access/invitations/InvitationsDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/access/roles/RolesDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/access/users/UsersDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/api-keys/OrgApiKeysDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/clients/ClientsDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/domains/DomainsDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/resources/ResourcesTable.tsx(+61 -3)📝
src/app/[orgId]/settings/share-links/ShareLinksDataTable.tsx(+1 -0)📝
src/app/[orgId]/settings/sites/SitesDataTable.tsx(+1 -0)📝
src/app/admin/api-keys/ApiKeysDataTable.tsx(+1 -0)📝
src/app/admin/idp/AdminIdpDataTable.tsx(+1 -0)📝
src/app/admin/idp/[idpId]/policies/PolicyDataTable.tsx(+1 -0)📝
src/app/admin/license/LicenseKeysDataTable.tsx(+1 -0)📝
src/app/admin/users/AdminUsersDataTable.tsx(+1 -0)📝
src/components/DataTablePagination.tsx(+15 -5)📝
src/components/ui/data-table.tsx(+83 -6)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR addresses usability issues highlighted in #906 .
4.4 — Does Not Save Amount of Entries
The “entries per page” setting is not remembered and resets after every page refresh.
Fix
Extracted from PR : #1283
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.