langflow/src
Cristhian Zanforlin Lousa 76e6c986ea
feat: add node alignment helper lines with toggle control in flow editor (#8279)
* 📝 (frontend): Add helper lines feature to display alignment guides for nodes during drag and drop operations. This feature includes the ability to toggle helper lines on and off, snap nodes to alignment positions, and visually display horizontal and vertical lines for alignment.

* ♻️ (helper-lines.ts): Remove unnecessary comments and improve code readability by removing redundant comments explaining basic logic in helper-lines.ts

* 🔧 (canvasControlsComponent): improve tooltip text and icon based on the state of helperLineEnabled to provide better user experience

*  (PageComponent/index.tsx): Add support for dragging nodes with helper lines and snapping to grid position during drag for better user experience.

* 🔧 (applies.css): reduce stroke width from 1.5 to 1 for better visual appearance
2025-07-14 14:36:29 +00:00
..
backend bug: fix check for server ready when using 0.0.0.0 as host (#9002) 2025-07-11 13:08:50 +00:00
frontend feat: add node alignment helper lines with toggle control in flow editor (#8279) 2025-07-14 14:36:29 +00:00