mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #362] [MERGED] Show delete card in individual server, project and server pages #449
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#449
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/362
Author: @manikanta9176
Created: 7/24/2025
Status: ✅ Merged
Merged: 7/28/2025
Merged by: @manikanta9176
Base:
main← Head:feat/show-delete-card-in-detail-pages📝 Commits (6)
1ff89b5feat: enhance Danger component with server reset and delete functionalitybfe7d3efeat: add project settings tab and refactor project page structure4c75669feat: add Service Settings tab and integrate into project layout7e9c3b3feat: enhance service layout with new icons and section headings for improved UI2fbb377feat: update GeneralTab layout with server connection handling and improved service management features75d685cMerge branch 'main' into feat/show-delete-card-in-detail-pages📊 Changes
22 files changed (+814 additions, -371 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx(+125 -70)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+3 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.tsx(+1 -92)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+11 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+6 -2)📝
src/components/DeleteProjectDialog.tsx(+6 -4)➕
src/components/project/ProjectSettingsTab.tsx(+78 -0)➕
src/components/project/ProjectTabList.tsx(+62 -0)📝
src/components/servers/Danger.tsx(+125 -45)📝
src/components/service/Backup.tsx(+4 -1)📝
src/components/service/CreateService.tsx(+3 -3)📝
src/components/service/DeleteServiceDialog.tsx(+3 -13)📝
src/components/service/DeploymentList.tsx(+5 -1)📝
src/components/service/DomainsTab.tsx(+23 -15)📝
src/components/service/GeneralTab.tsx(+136 -9)📝
src/components/service/LogsTabClient.tsx(+10 -1)📝
src/components/service/ScalingTab.tsx(+4 -0)📝
src/components/service/ServiceList.tsx(+2 -7)➕
src/components/service/ServiceSettingsTab.tsx(+79 -0)📝
src/components/service/VariablesForm.tsx(+69 -63)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.