[PR #240] [MERGED] fix: project-card dropdown close issue, add project creation with uni… #397

Closed
opened 2026-03-03 11:29:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/240
Author: @pavanbhaskardev
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @pavanbhaskardev

Base: mainHead: fix-project-card-dropdown


📝 Commits (1)

  • 8634907 fix: project-card dropdown close issue, add project creation with unique name

📊 Changes

9 files changed (+300 additions, -231 deletions)

View changed files

📝 src/actions/project/index.ts (+2 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx (+8 -2)
📝 src/components/DeleteProjectDialog.tsx (+39 -81)
📝 src/components/ProjectCard.tsx (+126 -124)
src/components/ServiceIcon.tsx (+38 -0)
📝 src/components/project/CreateProject.tsx (+15 -19)
src/payload/collections/Projects/hooks/ensureUniqueName.ts (+63 -0)
📝 src/payload/collections/Projects/index.ts (+5 -0)
📝 src/payload/collections/SSHkeys/hooks/ensureUniqueName.ts (+4 -4)

📄 Description

…que name


🔄 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/dflow-sh/dflow/pull/240 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `fix-project-card-dropdown` --- ### 📝 Commits (1) - [`8634907`](https://github.com/dflow-sh/dflow/commit/86349070c15d23327c764370f78831333b7c3fba) fix: project-card dropdown close issue, add project creation with unique name ### 📊 Changes **9 files changed** (+300 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/project/index.ts` (+2 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx` (+8 -2) 📝 `src/components/DeleteProjectDialog.tsx` (+39 -81) 📝 `src/components/ProjectCard.tsx` (+126 -124) ➕ `src/components/ServiceIcon.tsx` (+38 -0) 📝 `src/components/project/CreateProject.tsx` (+15 -19) ➕ `src/payload/collections/Projects/hooks/ensureUniqueName.ts` (+63 -0) 📝 `src/payload/collections/Projects/index.ts` (+5 -0) 📝 `src/payload/collections/SSHkeys/hooks/ensureUniqueName.ts` (+4 -4) </details> ### 📄 Description …que name --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:46 +03:00
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/dflow#397
No description provided.