feat(editor): add folder breadcrumb

This commit is contained in:
Ali BARIN
2025-02-11 11:58:58 +00:00
parent 8e7d06b5dc
commit f7cf75b5a7
4 changed files with 71 additions and 27 deletions

View File

@@ -353,5 +353,6 @@
"flowFolderChangeDialog.description": "You can change the folder of the flow by submitting the form below.",
"flowFolderChangeDialog.confirm": "Move",
"flowFolderChangeDialog.uncategorizedFolder": "Uncategorized",
"flowFolderChangeDialog.successfullyUpdatedFolder": "The flow has been successfully moved to the new folder!"
"flowFolderChangeDialog.successfullyUpdatedFolder": "The flow has been successfully moved to the new folder!",
"flowFolder.uncategorized": "Uncategorized"
}