-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: optimize flow saving functionality and implement manual saving #3283
Conversation
…o save on nodes and edges changed
…the current flow is updated
…s are set on the ResetFlow function
…user is inside the flow
…m loading before flows initialize
… if user not on flowPage
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 12 Aug 24 02:20 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…f currentFlow become default
…to be auto saved on set node
This pull request refactors and optimizes the flow saving functionality in the codebase. It includes several commits that make improvements to the saving process, such as fixing the patch update flow, creating a save flow hook with auto save and manual save functions, and implementing an auto save hook. The code has also been cleaned up by removing unused variables and imports. Additionally, the pull request includes changes to the shortcuts and confirmation modals, as well as updates to various components and hooks related to flow saving. Overall, these changes aim to improve the efficiency and reliability of the flow saving feature.