mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #66] [MERGED] Services architecture #339
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#339
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/66
Author: @jagadeesh507
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @pavanbhaskardev
Base:
main← Head:services-architecture📝 Commits (10+)
c52ee82chore: persist nodes positions in session40624cechore: Floating edges654e1bcfix: type errorfab01adchore: reactflow package installe389147chore: Templates collection2664352chore: Templates tab added in headera83e524chore: reactflow config added210b07echore: reactflow background updated24faa44chore: services architecture ui8eafc1cchore: reactflow added in vscode settings📊 Changes
18 files changed (+1071 additions, -5 deletions)
View changed files
📝
.vscode/settings.json(+2 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+146 -2)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx(+5 -2)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+1 -0)➕
src/app/(frontend)/(dashboard)/reactflow/CustomNodes/index.tsx(+83 -0)➕
src/app/(frontend)/(dashboard)/reactflow/FloatingEdges/FloatingConnectionLine.tsx(+69 -0)➕
src/app/(frontend)/(dashboard)/reactflow/FloatingEdges/index.tsx(+51 -0)➕
src/app/(frontend)/(dashboard)/reactflow/FloatingEdges/utils.ts(+104 -0)➕
src/app/(frontend)/(dashboard)/reactflow/reactflow.config.tsx(+80 -0)➕
src/app/(frontend)/(dashboard)/reactflow/types.ts(+22 -0)➕
src/components/project/ServicesArchitecture.tsx(+139 -0)➕
src/components/templates/create/useFlowPersistence.tsx(+58 -0)📝
src/payload-types.ts(+85 -0)📝
src/payload.config.ts(+2 -0)📝
src/payload/collections/Services/index.ts(+1 -0)➕
src/payload/collections/Templates/index.ts(+218 -0)📝
src/providers/Provider.tsx(+4 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.