mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[PR #2371] [MERGED] feat: server side filtered, ordered & paginated tables #5837
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/2371
Author: @Fredkiss3
Created: 1/29/2026
Status: ✅ Merged
Merged: 2/14/2026
Merged by: @miloschwartz
Base:
dev← Head:refactor/paginated-tables📝 Commits (10+)
38ac4c5🚧 wip: paginated tablesc89c1a0🎨 use prettier for formatting typescript01a2820🚧 POC: pagination in sites tabled374ea6🚧wipb04385a🚧 search on table89695df🚧 wip: pagination and search work066305b✨ toggle column sorting & paginationcda6b67✨ search, filter & paginate sites tablebb1a375✨ paginate, search & filter resources by enabled1fc40b3✨ filter by auth state📊 Changes
45 files changed (+3348 additions, -1186 deletions)
View changed files
📝
.vscode/settings.json(+1 -1)📝
messages/en-US.json(+4 -1)📝
package-lock.json(+13 -1)📝
package.json(+2 -1)📝
server/db/pg/schema/schema.ts(+11 -11)📝
server/db/sqlite/schema/schema.ts(+5 -10)📝
server/private/routers/approvals/countApprovals.ts(+2 -2)📝
server/private/routers/approvals/listApprovals.ts(+108 -53)📝
server/private/routers/generatedLicense/generateNewEnterpriseLicense.ts(+14 -6)📝
server/routers/client/index.ts(+1 -0)📝
server/routers/client/listClients.ts(+160 -78)➕
server/routers/client/listUserDevices.ts(+500 -0)📝
server/routers/external.ts(+7 -0)📝
server/routers/integration.ts(+7 -0)📝
server/routers/resource/listResources.ts(+239 -104)📝
server/routers/site/listSites.ts(+126 -51)📝
server/routers/siteResource/createSiteResource.ts(+1 -1)📝
server/routers/siteResource/listAllSiteResourcesByOrg.ts(+127 -50)📝
server/routers/target/handleHealthcheckStatusMessage.ts(+4 -1)➕
server/types/Pagination.ts(+5 -0)...and 25 more files
📄 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.
Summary
Add server side pagination, filtering and sorting for all the main tables.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.