mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #1612] [MERGED] UI Adjustments #2627
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/1612
Author: @Pallavikumarimdb
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @oschwartz10612
Base:
dev← Head:fix/UI-adjustment📝 Commits (10+)
cfa82b5refresh button in clients pageccd2773refresh button on resources pageb1e2127refresh button for role, user, share-link, invitation tablecd27f64refresh buttonc7c3e3erefresh button inside adminca146a1adjust target config columnd20e0a2adjust target config ui inside create resource0a37715reorder columnsa6086d3address input design94137e5change target config ui for create resource📊 Changes
27 files changed (+1767 additions, -1568 deletions)
View changed files
📝
messages/en-US.json(+22 -4)📝
server/lib/resend.ts(+1 -1)📝
server/routers/resource/createResource.ts(+5 -2)📝
src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx(+694 -811)📝
src/app/[orgId]/settings/resources/create/page.tsx(+673 -656)📝
src/components/AdminIdpDataTable.tsx(+7 -1)📝
src/components/AdminIdpTable.tsx(+24 -1)📝
src/components/AdminUsersDataTable.tsx(+7 -1)📝
src/components/AdminUsersTable.tsx(+26 -2)📝
src/components/ApiKeysDataTable.tsx(+8 -2)📝
src/components/ApiKeysTable.tsx(+21 -0)📝
src/components/ClientsDataTable.tsx(+7 -1)📝
src/components/ClientsTable.tsx(+48 -26)📝
src/components/HealthCheckDialog.tsx(+12 -12)📝
src/components/InvitationsDataTable.tsx(+7 -1)📝
src/components/InvitationsTable.tsx(+26 -1)📝
src/components/OrgApiKeysDataTable.tsx(+7 -1)📝
src/components/OrgApiKeysTable.tsx(+20 -0)📝
src/components/PathMatchRenameModal.tsx(+32 -39)📝
src/components/ResourcesTable.tsx(+35 -2)...and 7 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.
Description
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.