Commit bf32bdd
fix: delete unused components, delete [deprecated] tag on the component title, add Replace and legacy tag functionality to components (#9645)
* Remove deprecated components
* Removed deprecated tags
* removed mcp deprecated components
* Add new applyComponentFilter
* add replacement to node parameters
* added filtercomponent to flow store
* Added replacement to api class type
* Made sidebar filter component more modular
* remove unused props and pass props to filtercomponent
* Apply component filters and get name and description for filter
* Add resetting to handle and page
* Added types to sidebar header
* Added legacy and replacement to node description, activate component filter on click
* updated sidebar header test
* format test
* update sidebar filter component test to match current behavior
* Refactor to allow multiple replacements
* removed legacy from node description
* added dismissed legacy nodes
* removed unused props
* add node legacy component
* changed replacement type to list
* Instantiate nodelegacycomponent on generic node when component is legacy
* Add components filtering in nodelegacycomponent
* added replacement instead of display name
* Added legacy tag to component name
* Add replacement to some components
* Added replacements to majority of legacy components
* Made component name not be capitalized
* fixed bundles not appearing at component filter
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* [autofix.ci] apply automated fixes (attempt 3/3)
* added replacement for crew ai
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Coelho <[email protected]>1 parent f51575e commit bf32bdd
File tree
70 files changed
+533
-567
lines changed- src
- backend/base/langflow
- components
- crewai
- datastax
- data
- deactivated
- embeddings
- google
- helpers
- logic
- processing
- tools
- vectorstores
- zep
- custom
- template/frontend_node
- frontend
- src
- CustomNodes/GenericNode
- components
- NodeLegacyComponent
- NodeName
- NodeUpdateComponent
- handleRenderComponent
- hooks
- pages/FlowPage/components
- PageComponent
- flowSidebarComponent
- components
- __tests__
- helpers
- types
- stores
- types
- api
- zustand/flow
- tests/core/features
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+533
-567
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
Lines changed: 0 additions & 61 deletions
This file was deleted.
0 commit comments