mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #428] [MERGED] Update services UI #462
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#462
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/428
Author: @jagadeesh507
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @jagadeesh507
Base:
main← Head:update-services-ui📝 Commits (3)
403a9fechore: service skeleton updatedda8610achore: updated services uia7e7ae8Merge branch 'main' into update-services-ui📊 Changes
10 files changed (+420 additions, -391 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/layout.tsx(+148 -3)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx(+3 -195)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx(+2 -29)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.tsx(+4 -7)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+173 -82)➕
src/components/service/CloseService.tsx(+28 -0)📝
src/components/service/GeneralTab.tsx(+43 -69)📝
src/components/service/ServiceList.tsx(+1 -3)📝
src/components/service/ServicesArchitecture.tsx(+1 -1)📝
src/components/skeletons/ServiceSkeleton.tsx(+17 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.