Commit 015083a
authored
Refactor state management to use Zustand, migrate components to CustomComponent and other fixes (#1403)
This release:
- Adds Components from the Community
- Changes the state management to Zustand which simplifies many parts of
Langflow's frontend
- Migrates many components to CustomComponent to eventually put all
components in the same framework
- Fixes migration problemsFile tree
239 files changed
+23110
-36203
lines changed- docs
- docs
- components
- examples
- src
- backend/langflow
- alembic/versions
- api/v1
- components
- agents
- chains
- documentloaders
- embeddings
- llms
- retrievers
- textsplitters
- toolkits
- utilities
- vectorstores
- field_typing
- graph/graph
- interface
- agents
- chains
- custom
- directory_reader
- importing
- initialize
- retrievers
- tools
- utilities
- vector_store
- wrappers
- processing
- services
- auth
- chat
- database
- session
- template/frontend_node
- utils
- frontend
- harFiles
- playwright-report
- src
- CustomNodes/GenericNode
- components/parameterComponent
- alerts/alertDropDown
- components
- authAdminGuard
- authGuard
- authLoginGuard
- cardComponent
- chatComponent
- buildTrigger
- chatTrigger
- codeAreaComponent
- codeTabsComponent
- dictComponent
- floatComponent
- headerComponent
- inputComponent
- inputFileComponent
- inputListComponent
- intComponent
- keypairListComponent
- pageLayout
- promptComponent
- storeGuard
- tagsSelectorComponent
- textAreaComponent
- ui
- contexts
- controllers/API
- icons
- ElasticsearchStore
- VectaraIcon
- modals
- ApiModal
- ConfirmationModal
- EditNodeModal
- SecretKeyModal
- StoreApiKeyModal
- baseModal
- codeAreaModal
- exportModal
- flowSettingsModal
- formModal
- genericModal
- pages
- AdminPage
- LoginPage
- ApiKeysPage
- FlowPage
- components
- PageComponent
- extraSidebarComponent
- sideBarDraggableComponent
- nodeToolbarComponent
- MainPage
- components/components
- ProfileSettingsPage
- StorePage
- ViewPage
- loginPage
- signUpPage
- stores
- types
- api
- chat
- components
- contexts
- tabs
- typesContext
- utils
- zustand
- alert
- dark
- flowsManager
- flow
- store
- types
- utils
- tests
- end-to-end
- onlyFront
- tests
- locust
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
239 files changed
+23110
-36203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
259 | | - | |
| 262 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments