mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #2696] [MERGED] feat: paginate users & roles table #33279
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/2696
Author: @Fredkiss3
Created: 3/23/2026
Status: ✅ Merged
Merged: 4/21/2026
Merged by: @miloschwartz
Base:
dev← Head:feat/paginate-user-roles-table📝 Commits (10+)
b648aa6🔧 un comment volumes in docker compose6d0e10a🚧 user table pagination0461b5a✨ finish users table062bec2🌐 update translation for single user edit294532e✨ roles tableefb2e78🐛 fix imports152b452Merge branch 'dev' into feat/paginate-user-roles-tablea4d8789♻️ move from react.forwardref to normal ref prop5435427♻️ refactore3aabc6Merge branch 'dev' into feat/paginate-user-roles-table📊 Changes
20 files changed (+2053 additions, -1487 deletions)
View changed files
📝
docker-compose.pgr.yml(+2 -2)📝
messages/en-US.json(+3 -0)📝
server/routers/role/listRoles.ts(+86 -35)📝
server/routers/user/adminListUsers.ts(+195 -31)📝
server/routers/user/listUsers.ts(+246 -71)📝
src/app/[orgId]/settings/access/roles/page.tsx(+17 -2)📝
src/app/[orgId]/settings/access/users/page.tsx(+65 -20)➖
src/app/admin/users/AdminUsersTable.tsx(+0 -264)📝
src/app/admin/users/page.tsx(+59 -14)➖
src/components/AdminUsersDataTable.tsx(+0 -37)📝
src/components/AdminUsersTable.tsx(+209 -114)➕
src/components/ColumnMultiFilterButton.tsx(+146 -0)📝
src/components/InternalResourceForm.tsx(+1 -1)➖
src/components/RolesDataTable.tsx(+0 -41)📝
src/components/RolesTable.tsx(+71 -17)➖
src/components/UsersDataTable.tsx(+0 -41)📝
src/components/UsersTable.tsx(+175 -77)📝
src/components/machines-selector.tsx(+65 -55)➕
src/components/multi-select-tags.tsx(+77 -0)📝
src/components/tags/tag-input.tsx(+636 -665)📄 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
Paginate roles & users roles as they were missing.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.