mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #1421] [CLOSED] Enhancement/Making resources browsable under sites #13400
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/1421
Author: @Pallavikumarimdb
Created: 9/5/2025
Status: ❌ Closed
Base:
dev← Head:enhancement/making-resources-browsable-under-sites📝 Commits (9)
aab2b93basic frontend layout2d7b9b4fetch and show resources related to site9445995search box57247a8type error fixe7039eelayout change26fb5e3list targets inside directory treeace2d0bfile name changeaac6355move inside componentsff539a4en-us added📊 Changes
13 files changed (+1370 additions, -2 deletions)
View changed files
📝
messages/en-US.json(+15 -1)📝
server/auth/actions.ts(+2 -0)📝
server/routers/external.ts(+14 -0)📝
server/routers/site/index.ts(+2 -0)➕
server/routers/site/listResourcesForSite.ts(+217 -0)➕
server/routers/site/listSiteTargets.ts(+169 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/page.tsx(+234 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/siteConfigComponents/resourceItem.tsx(+167 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/siteConfigComponents/siteConfigTypes.ts(+113 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/siteConfigComponents/siteConfigurations.tsx(+131 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/siteConfigComponents/siteNode.tsx(+233 -0)➕
src/app/[orgId]/settings/sites/[niceId]/configuration/siteConfigComponents/targetItem.tsx(+68 -0)📝
src/app/[orgId]/settings/sites/[niceId]/layout.tsx(+5 -1)📄 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
Implementing site-specific resource browsing.
Fixes: #1293
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.