[PR #428] [MERGED] Update services UI #462

Closed
opened 2026-03-03 11:30:05 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: update-services-ui


📝 Commits (3)

  • 403a9fe chore: service skeleton updated
  • da8610a chore: updated services ui
  • a7e7ae8 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/428 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `update-services-ui` --- ### 📝 Commits (3) - [`403a9fe`](https://github.com/dflow-sh/dflow/commit/403a9fe7fd9549e5d4765d4b07c319bde6b9f913) chore: service skeleton updated - [`da8610a`](https://github.com/dflow-sh/dflow/commit/da8610ae7ce95ac53c96e16f719ce5dbfd6226e4) chore: updated services ui - [`a7e7ae8`](https://github.com/dflow-sh/dflow/commit/a7e7ae8a0ae8d6af29b108cac9a5a028f976a41b) Merge branch 'main' into update-services-ui ### 📊 Changes **10 files changed** (+420 additions, -391 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:05 +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#462
No description provided.