-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve layout options and make sure nodes and flow have positi…
…on data (#3231) * feat: Export needsLayout function for layout handling in reactflowUtils, enhancing node position verification * feat(layoutUtils): Enhance ELK layout options for improved graph rendering and add debug logs for layout verification * feat: Update PageComponent to fit view when viewport is at (0,0) The PageComponent in the FlowPage now fits the view when the viewport is at (0,0). This improves the initial display of the page and enhances the user experience. * feat(uploadFlow): Integrate processDataFromFlow to handle flows during upload, improving data processing efficiency * feat(constants): Update NODE_WIDTH from 384 to 400 for improved component layout and consistency in the user interface * refactor(layoutUtils): Remove debug console logs from getLayoutedNodes
- Loading branch information
1 parent
72463d9
commit 0ac7845
Showing
5 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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