File tree
109 files changed
+3363
-11171
lines changed- src
- backend/langflow
- api/v1
- components
- embeddings
- llms
- retrievers
- interface/chains
- 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
- 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
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+3363
-11171
lines changedLines changed: 7 additions & 0 deletions
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 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 25 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 |
| |
36 | 40 |
| |
37 | 41 |
| |
| |||
41 | 45 |
| |
42 | 46 |
| |
43 | 47 |
| |
44 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 |
| |
46 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 |
| |
48 | 56 |
| |
49 | 57 |
| |
| |||
55 | 63 |
| |
56 | 64 |
| |
57 | 65 |
| |
58 |
| - | |
| 66 | + | |
| 67 | + | |
59 | 68 |
| |
60 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
61 | 73 |
| |
62 | 74 |
| |
63 | 75 |
| |
64 | 76 |
| |
65 | 77 |
| |
66 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + |
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 |
| - | |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 43 | + | |
45 | 44 |
| |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
|
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 35 | + | |
39 | 36 |
| |
40 | 37 |
| |
41 |
| - | |
| 38 | + |
Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 56 | + | |
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
| |||
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 71 | + | |
78 | 72 |
| |
| 73 | + | |
79 | 74 |
| |
80 | 75 |
| |
81 | 76 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 | 153 |
| |
| 154 | + | |
| 155 | + | |
157 | 156 |
| |
158 | 157 |
| |
159 | 158 |
| |
|
Lines changed: 16 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 18 | + | |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
35 | 27 |
| |
36 |
| - | |
| 28 | + | |
37 | 29 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
41 | 33 |
| |
42 | 34 |
| |
43 | 35 |
| |
| |||
47 | 39 |
| |
48 | 40 |
| |
49 | 41 |
| |
50 |
| - | |
51 | 42 |
| |
52 | 43 |
| |
53 | 44 |
| |
54 | 45 |
| |
55 |
| - | |
56 |
| - | |
| 46 | + | |
| 47 | + | |
57 | 48 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
61 | 52 |
| |
62 | 53 |
| |
63 | 54 |
| |
64 | 55 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
| 56 | + | |
| 57 | + |
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
84 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 |
| - | |
| 341 | + | |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 |
| - | |
| 395 | + | |
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
| 449 | + | |
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| |||
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
503 |
| - | |
| 503 | + | |
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| |||
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
557 |
| - | |
| 557 | + | |
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
|
0 commit comments