mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-01 21:54:05 -04:00
[PR #27] [MERGED] allow user to easily delete a project from the organization page or f… #29
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/run-llama/auto_rfp/pull/27
Author: @zli484
Created: 8/13/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @zli484
Base:
main← Head:feature_improvements_20250813📝 Commits (1)
515319aallow 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.