feat(flow): complete Dify node design system - #2
Open
1012839419a-alt wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Deliberate non-goals
Verification
Recorded in the implementation spec on 2026-08-28:
npm --prefix frontend run lint— passed with 0 errors (2 existing warnings).npm --prefix frontend run build— passed, including TypeScript and SSR/static generation.npm --prefix frontend run check:workflow— passed;npm --prefix frontend run check:workflow-image— 9/9 passed.npm --prefix frontend run test:smoke -- workflow-node-design.spec.mjs— passed against a fresh frontend dev server at127.0.0.1:3001.Review order
frontend/lib/flow/node-geometry.ts, then its consumers in collision, layout, store, andto-react-flow.frontend/components/flow/nodes/workflow-node.tsxfor contract resolution and node composition.frontend/components/flow/nodes/workflow-node-primitives.tsxfor handle semantics, keyboard menu access, and remeasurement.frontend/components/flow/workflow-canvas-surface.tsxandfrontend/app/flow-canvas.cssfor density and composable visual states.frontend/components/flow/inspector.tsx, then icons and regression coverage.Stack
This PR is stacked directly on PR 2233admin#80: its parent is
7c2d19790890da5835292b82f1e1607766d6748b, and this change isef80e8f3a311ec46ed6f54544e74156c4417d834. Review the delta against that parent; land or rebase this PR after 2233admin#80.