[PR #2548] Feat/admin panel org improvements #2384

Open
opened 2026-02-26 20:33:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2548
Author: @catalinpit
Created: 2/26/2026
Status: 🔄 Open

Base: mainHead: feat/admin-panel-org-improvements


📝 Commits (2)

  • 4fd0e73 feat: show extra properties in admin panel for orgs
  • 75c9992 feat: implement admin team details page with copy functionality

📊 Changes

9 files changed (+460 additions, -15 deletions)

View changed files

apps/remix/app/components/general/admin-details.tsx (+49 -0)
📝 apps/remix/app/components/tables/organisation-insights-table.tsx (+12 -5)
📝 apps/remix/app/components/tables/organisation-teams-table.tsx (+1 -1)
📝 apps/remix/app/routes/_authenticated+/admin+/organisation-insights.$id.tsx (+1 -0)
📝 apps/remix/app/routes/_authenticated+/admin+/organisations.$id.tsx (+133 -9)
apps/remix/app/routes/_authenticated+/admin+/teams.$id.tsx (+173 -0)
packages/trpc/server/admin-router/get-admin-team.ts (+63 -0)
packages/trpc/server/admin-router/get-admin-team.types.ts (+24 -0)
📝 packages/trpc/server/admin-router/router.ts (+4 -0)

📄 Description

Description

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

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

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2548 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 2/26/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/admin-panel-org-improvements` --- ### 📝 Commits (2) - [`4fd0e73`](https://github.com/documenso/documenso/commit/4fd0e73f924c2883a1da0e7a2f6f729fff2c5ebd) feat: show extra properties in admin panel for orgs - [`75c9992`](https://github.com/documenso/documenso/commit/75c9992ffc6746b91a2c5b08e6a98d461a94626a) feat: implement admin team details page with copy functionality ### 📊 Changes **9 files changed** (+460 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `apps/remix/app/components/general/admin-details.tsx` (+49 -0) 📝 `apps/remix/app/components/tables/organisation-insights-table.tsx` (+12 -5) 📝 `apps/remix/app/components/tables/organisation-teams-table.tsx` (+1 -1) 📝 `apps/remix/app/routes/_authenticated+/admin+/organisation-insights.$id.tsx` (+1 -0) 📝 `apps/remix/app/routes/_authenticated+/admin+/organisations.$id.tsx` (+133 -9) ➕ `apps/remix/app/routes/_authenticated+/admin+/teams.$id.tsx` (+173 -0) ➕ `packages/trpc/server/admin-router/get-admin-team.ts` (+63 -0) ➕ `packages/trpc/server/admin-router/get-admin-team.types.ts` (+24 -0) 📝 `packages/trpc/server/admin-router/router.ts` (+4 -0) </details> ### 📄 Description ## Description ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2384
No description provided.