There was an error fetching the commit references. Please try again later.
feat: add FlowCanvas (#593)
### What problem does this PR solve? feat: handle operator drag feat: add FlowCanvas #592 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Showing
- web/package-lock.json 557 additions, 0 deletionsweb/package-lock.json
- web/package.json 1 addition, 0 deletionsweb/package.json
- web/src/pages/flow/canvas/index.tsx 92 additions, 0 deletionsweb/src/pages/flow/canvas/index.tsx
- web/src/pages/flow/canvas/node/index.less 12 additions, 0 deletionsweb/src/pages/flow/canvas/node/index.less
- web/src/pages/flow/canvas/node/index.tsx 41 additions, 0 deletionsweb/src/pages/flow/canvas/node/index.tsx
- web/src/pages/flow/flow-sider/index.less 14 additions, 0 deletionsweb/src/pages/flow/flow-sider/index.less
- web/src/pages/flow/flow-sider/index.tsx 48 additions, 0 deletionsweb/src/pages/flow/flow-sider/index.tsx
- web/src/pages/flow/hooks.ts 47 additions, 0 deletionsweb/src/pages/flow/hooks.ts
- web/src/pages/flow/index.tsx 20 additions, 0 deletionsweb/src/pages/flow/index.tsx
- web/src/pages/flow/mock.tsx 11 additions, 0 deletionsweb/src/pages/flow/mock.tsx
- web/src/routes.ts 4 additions, 0 deletionsweb/src/routes.ts
Loading
Please register or sign in to comment