mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-23 10:02:28 -05:00
[PR #2670] [MERGED] Feat: selector filtering #16033
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/2670
Author: @Fredkiss3
Created: 3/18/2026
Status: ✅ Merged
Merged: 3/29/2026
Merged by: @miloschwartz
Base:
dev← Head:feat/selector-filtering📝 Commits (10+)
18ed388♻️ filter sites server side in resource target435cae0♻️ refactorc9be84aMerge branch 'dev' into feat/selector-filtering722595c♻️ make site selector popover its own component8f33e25♻️ use site selector on private resourcese157031♻️ resource selector in create share link formce58e71♻️ make machine selector a multi-combobox02697e2♻️ refactore358d12♻️ submit52cac4a🚚 rename component📊 Changes
14 files changed (+596 additions, -296 deletions)
View changed files
📝
messages/en-US.json(+5 -0)📝
server/routers/resource/getResource.ts(+7 -8)📝
server/routers/target/listTargets.ts(+1 -0)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx(+13 -13)📝
src/app/[orgId]/settings/resources/proxy/create/page.tsx(+9 -7)📝
src/components/CreateShareLinkForm.tsx(+48 -80)📝
src/components/InternalResourceForm.tsx(+117 -116)📝
src/components/MachineClientsTable.tsx(+1 -1)📝
src/components/UserDevicesTable.tsx(+1 -1)➕
src/components/machines-selector.tsx(+108 -0)➕
src/components/resource-selector.tsx(+97 -0)📝
src/components/resource-target-address-item.tsx(+52 -61)➕
src/components/site-selector.tsx(+92 -0)📝
src/lib/queries.ts(+45 -9)📄 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
Make site, resources & machine selectors server side filterable.
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.