forked from langflow-ai/langflow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: re-implement logic to correctly save or update flow in the appro…
…priate folder on autologin = false (langflow-ai#2610) ♻️ (frontend): remove unused imports and variables in cardComponent ✨ (authContext): add setAllFlows and setSelectedFolder to AuthProvider ✨ (undrawCards): add folderIdUrl for better URL handling ✨ (collectionCard): add folder URL handling for navigation ✨ (use-delete-multiple): add setAllFlows and setSelectedFolder to handleDeleteMultiple ✨ (componentsComponent): add isLoadingFolders and setSelectedFolder ✨ (tabsComponent): add folder URL handling for tab navigation ✨ (flowsManagerStore): add folder URL handling in saveFlowDebounce ✨ (foldersStore.tsx): add setSelectedFolder method to manage selected folder state ♻️ (foldersStore.tsx): move setIsLoadingFolders call to improve loading state management ✨ (flowsManager/index.ts): add folderId parameter to saveFlow and saveFlowDebounce methods for better flow management ✨ (folders/index.ts): add setSelectedFolder method to FoldersStoreType for better folder state management (cherry picked from commit 0df06c0)
- Loading branch information
1 parent
9189882
commit 5380492
Showing
11 changed files
with
57 additions
and
12 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
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
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