Commit Graph

5 Commits

Author SHA1 Message Date
22d0187c66 fix(canvas): strengthen pre-snap glow and reconnect drag UX 2026-04-11 10:46:43 +02:00
079bc34ce4 fix(canvas): restore visible handle glow during drag 2026-04-11 09:20:39 +02:00
ab491eb141 fix(canvas): align magnetism tests and connection-line lint 2026-04-11 09:12:53 +02:00
baeb709acd feat(canvas): snap connection preview to magnet targets 2026-04-11 09:04:59 +02:00
Matthias
fb24205da0 feat: enhance canvas connection handling with custom animation and edge management
- Added a custom connection line component with animation for improved visual feedback during node interactions.
- Implemented CSS animations for temporary connection lines, enhancing the user experience in the canvas.
- Refactored edge creation and removal logic to support optimistic updates, improving performance during node manipulations.
- Introduced a utility function to compute edge reconnections after node deletions, streamlining edge management.
2026-03-28 13:26:47 +01:00