mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[PR #1124] [MERGED] New Member Resource Landing Page #2446
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/1124
Author: @adrianeastles
Created: 7/24/2025
Status: ✅ Merged
Merged: 7/28/2025
Merged by: @miloschwartz
Base:
dev← Head:feature/member-resouce-landing-page📝 Commits (2)
bcc2c59Add member portal functionality - extracted from feature/member-landing-page6349406Removed member resouce sidebar to work with new sidebar.📊 Changes
6 files changed (+931 additions, -26 deletions)
View changed files
📝
server/routers/external.ts(+6 -0)➕
server/routers/resource/getUserResources.ts(+168 -0)📝
server/routers/resource/index.ts(+2 -1)➕
src/app/[orgId]/MemberResourcesPortal.tsx(+732 -0)📝
src/app/[orgId]/page.tsx(+10 -21)📝
src/app/navigation.tsx(+13 -4)📄 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
Member landing page where org members can view all resources they have access to. This new dashboard features a modern, responsive card-based layout with clear visual indicators (color-coded shields for enabled/disabled, protected/unprotected status) and interactive elements like direct access links.
User Resources Dashboard:
Part 1: User Resources Dashboard
Screenshots
Tooltip information for any advanced user.

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