[PR #27] [MERGED] allow user to easily delete a project from the organization page or f… #29

Closed
opened 2026-02-16 03:16:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/27
Author: @zli484
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @zli484

Base: mainHead: feature_improvements_20250813


📝 Commits (1)

  • 515319a allow user to easily delete a project from the organization page or from the project overview page

📊 Changes

5 files changed (+318 additions, -57 deletions)

View changed files

📝 app/organizations/[orgId]/page.tsx (+28 -27)
📝 app/projects/components/project-overview.tsx (+74 -1)
📝 components/projects/ProjectCard.tsx (+143 -27)
📝 components/projects/ProjectGrid.tsx (+3 -2)
components/ui/delete-confirmation-dialog.tsx (+70 -0)

📄 Description

…rom the project overview page


🔄 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/run-llama/auto_rfp/pull/27 **Author:** [@zli484](https://github.com/zli484) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@zli484](https://github.com/zli484) **Base:** `main` ← **Head:** `feature_improvements_20250813` --- ### 📝 Commits (1) - [`515319a`](https://github.com/run-llama/auto_rfp/commit/515319a6e724161a0f9c8e93e1f6f2df0977ee82) allow user to easily delete a project from the organization page or from the project overview page ### 📊 Changes **5 files changed** (+318 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `app/organizations/[orgId]/page.tsx` (+28 -27) 📝 `app/projects/components/project-overview.tsx` (+74 -1) 📝 `components/projects/ProjectCard.tsx` (+143 -27) 📝 `components/projects/ProjectGrid.tsx` (+3 -2) ➕ `components/ui/delete-confirmation-dialog.tsx` (+70 -0) </details> ### 📄 Description …rom the project overview page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:43 -05:00
yindo closed this issue 2026-02-16 03:16:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/auto_rfp#29