mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-18 20:59:59 -05:00
[PR #1699] [MERGED] Make it easier to delete things #1184
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/1699
Author: @Pallavikumarimdb
Created: 10/19/2025
Status: ✅ Merged
Merged: 10/19/2025
Merged by: @miloschwartz
Base:
dev← Head:make-easier-to-delete📝 Commits (5)
476cdcfeasier to delete sitesae4a24feasier to delete resourcesf258c41easier to delete7c8c440fix texte59cd66fix space📊 Changes
17 files changed (+72 additions, -140 deletions)
View changed files
📝
messages/en-US.json(+17 -20)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/ExitNodesTable.tsx(+2 -7)📝
src/app/[orgId]/settings/general/page.tsx(+3 -6)📝
src/app/admin/license/page.tsx(+2 -7)📝
src/app/admin/users/AdminUsersTable.tsx(+3 -10)📝
src/components/AdminIdpTable.tsx(+1 -1)📝
src/components/AdminUsersTable.tsx(+1 -1)📝
src/components/ApiKeysTable.tsx(+3 -8)📝
src/components/ClientsTable.tsx(+3 -16)📝
src/components/ConfirmDeleteDialog.tsx(+12 -0)📝
src/components/DomainsTable.tsx(+3 -6)📝
src/components/InvitationsTable.tsx(+2 -5)📝
src/components/OrgApiKeysTable.tsx(+3 -8)📝
src/components/ResourcesTable.tsx(+10 -20)📝
src/components/SitesTable.tsx(+2 -8)📝
src/components/UsersTable.tsx(+2 -11)📝
src/components/private/OrgIdpTable.tsx(+3 -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
Style delete dialog page with a copy button.

How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.