mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #240] [MERGED] fix: project-card dropdown close issue, add project creation with uni… #397
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#397
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/240
Author: @pavanbhaskardev
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/11/2025
Merged by: @pavanbhaskardev
Base:
main← Head:fix-project-card-dropdown📝 Commits (1)
8634907fix: 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.