节点初步完成

This commit is contained in:
2025-08-22 14:03:18 +08:00
parent e1c0e7f633
commit dbf190597b
5 changed files with 111 additions and 66 deletions

View File

@@ -34,3 +34,17 @@
- Validate that original nodes remain unchanged in right panel
- Test configuration preservation and editing functionality
- _Requirements: 1.1, 1.2, 1.3, 1.5, 2.1, 2.2, 3.1, 3.2, 3.3_
- [x] 6. Fix workflow node drag and drop reordering
- Enable proper drag and drop functionality for reordering nodes within the workflow panel
- Configure vuedraggable with correct options for internal sorting
- Add proper event handlers for drag operations
- Remove unused drag event handlers to fix linting issues
- _Requirements: 1.2, 1.3, 2.2_
- [x] 7. Implement independent scrolling for left and right panels
- Separate scroll containers for left workflow panel and right node library
- Ensure left panel scrolling doesn't affect right panel and vice versa
- Maintain proper layout and responsive behavior
- Fix overflow handling for both panels
- _Requirements: 4.1, 4.2_