mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[PR #1967] [MERGED] Refactor: separate tables (2) #5673
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/1967
Author: @Fredkiss3
Created: 12/3/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @miloschwartz
Base:
clients-user← Head:refactor/separate-tables-2📝 Commits (5)
6734003⬆️ upgrade react & next to fix CVE-2025-551821b09e5b🚚 move subpages to correct pathsc695f50♻️ use Queriesd70da2a🐛 fix paths79ccbc8♻️ compute everything inuseQueries📊 Changes
12 files changed (+225 additions, -257 deletions)
View changed files
📝
package-lock.json(+44 -44)📝
package.json(+4 -4)📝
src/app/[orgId]/settings/clients/machine/[clientId]/credentials/page.tsx(+27 -19)📝
src/app/[orgId]/settings/clients/machine/[clientId]/general/page.tsx(+13 -16)📝
src/app/[orgId]/settings/clients/machine/[clientId]/layout.tsx(+19 -20)📝
src/app/[orgId]/settings/clients/machine/[clientId]/page.tsx(+3 -1)📝
src/app/[orgId]/settings/clients/machine/create/page.tsx(+0 -0)📝
src/app/[orgId]/settings/resources/proxy/create/page.tsx(+0 -0)📝
src/components/EditInternalResourceDialog.tsx(+99 -149)📝
src/components/MachineClientsTable.tsx(+3 -3)📝
src/components/ProxyResourcesTable.tsx(+1 -1)📝
src/lib/queries.ts(+12 -0)📄 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
Continuing #1960
Main changes:
Other changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.