Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Generic Callback Dialog Input for Custom Component #6236

Merged
merged 85 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from 59 commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
5383620
force dialog
deon-sanchez Feb 10, 2025
be070a7
Reimplement backend dialog
erichare Feb 10, 2025
633e632
Update astradb.py
erichare Feb 10, 2025
a681341
Clean up dropdown options
erichare Feb 10, 2025
c87c3e7
Remove unused import
erichare Feb 10, 2025
581deee
Merge branch 'main' into LFOSS-492
erichare Feb 10, 2025
df0fb10
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 10, 2025
d7689c4
Update astradb.py
erichare Feb 10, 2025
5fca727
Ruff fixes
erichare Feb 10, 2025
6154c42
Update Vector Store RAG.json
erichare Feb 10, 2025
6cd2dcd
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 10, 2025
fcd55c6
fix: Conditionally render custom option dialog in dropdown
deon-sanchez Feb 10, 2025
43392db
✨ (NodeDialogComponent/index.tsx): Add support for passing 'name' pro…
Cristhianzl Feb 10, 2025
6798f17
Merge branch 'LFOSS-492' of https://github.com/langflow-ai/langflow i…
Cristhianzl Feb 10, 2025
39de25c
Merge branch 'main' into LFOSS-492
erichare Feb 11, 2025
81af805
✨ Refactor NodeDialog component to improve state management and paylo…
deon-sanchez Feb 11, 2025
b4e0778
Merge branch 'LFOSS-492' of https://github.com/langflow-ai/langflow i…
deon-sanchez Feb 11, 2025
928f240
Update astradb.py
erichare Feb 11, 2025
4be2bca
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
7f2ee10
Merge branch 'main' into LFOSS-492
erichare Feb 11, 2025
d7a3a1d
✨ Enhance NodeDialog and Dropdown components with improved payload ha…
deon-sanchez Feb 11, 2025
e855c3d
Merge branch 'LFOSS-492' of https://github.com/langflow-ai/langflow i…
deon-sanchez Feb 11, 2025
5068bce
Add DB creation functionality
erichare Feb 11, 2025
1f95c9d
First version of create
erichare Feb 11, 2025
6942880
Update astradb.py
erichare Feb 11, 2025
ba30352
Fix ruff errors
erichare Feb 11, 2025
142c074
Update Vector Store RAG.json
erichare Feb 11, 2025
205127a
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
81131fd
Update astradb.py
erichare Feb 11, 2025
6d9a9a7
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
78c8335
Update astradb.py
erichare Feb 11, 2025
60dbca1
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
39b2eca
Update astradb.py
erichare Feb 11, 2025
0908a42
Update astradb.py
erichare Feb 11, 2025
129b20a
Update astradb.py
erichare Feb 11, 2025
dc58ac9
Update Vector Store RAG.json
erichare Feb 11, 2025
3fa71eb
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
17e97e9
Update astradb.py
erichare Feb 11, 2025
6609477
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 11, 2025
32070b1
Merge branch 'main' into LFOSS-492
erichare Feb 12, 2025
c38967d
feat: Enhance dropdown and node dialog with loading states and improv…
deon-sanchez Feb 12, 2025
b3604dc
refactor: Improve error handling in NodeDialog component
deon-sanchez Feb 12, 2025
506ce50
refactor: Update default excluded keys in dropdown metadata filter
deon-sanchez Feb 12, 2025
8b0b1c8
Merge branch 'main' of https://github.com/langflow-ai/langflow into L…
deon-sanchez Feb 12, 2025
8eed3c6
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 12, 2025
dd9d57f
refactor: Update Vector Store RAG starter project JSON with formattin…
deon-sanchez Feb 12, 2025
692cf56
Merge branch 'LFOSS-492' of https://github.com/langflow-ai/langflow i…
deon-sanchez Feb 12, 2025
2590de6
Hide fields that aren't relevant yet
erichare Feb 12, 2025
1f689a0
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 12, 2025
541fe71
Update Vector Store RAG.json
erichare Feb 12, 2025
2261195
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 12, 2025
7a97291
Update astradb.py
erichare Feb 12, 2025
6951b4d
feat: Improve dropdown component with loading states and enhanced UX
deon-sanchez Feb 12, 2025
2ffba66
Merge branch 'LFOSS-492' of https://github.com/langflow-ai/langflow i…
deon-sanchez Feb 12, 2025
22b71e2
Update astradb.py
erichare Feb 12, 2025
292bd12
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 12, 2025
9849785
Update astradb.py
erichare Feb 12, 2025
364944e
Simon feedback
erichare Feb 12, 2025
9ed87e4
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 12, 2025
b76f299
feat: Enhance dropdown and UI components with status indicators and l…
deon-sanchez Feb 13, 2025
8a3a65f
refactor: Update dropdown metadata filtering to exclude 'icon' key
deon-sanchez Feb 13, 2025
6f2b5f3
fix: Conditionally render dropdown icon when available
deon-sanchez Feb 13, 2025
784ccdb
fix: Improve dropdown icon rendering with null checks
deon-sanchez Feb 13, 2025
ddf05f1
chore: Remove debug console log in dropdown component
deon-sanchez Feb 13, 2025
97ae178
Add support for icons in the dropdowns
erichare Feb 14, 2025
36d8b2d
Update astradb.py
erichare Feb 14, 2025
a2d52b7
Merge branch 'main' into LFOSS-492
erichare Feb 14, 2025
4113265
Update Vector Store RAG.json
erichare Feb 14, 2025
06f7f4f
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 14, 2025
d309948
feat: Enhance dropdown status display and color handling
deon-sanchez Feb 14, 2025
498c779
feat: Add auto-close functionality to node dialog and expand status c…
deon-sanchez Feb 14, 2025
ba41038
feat: Add real-time template refresh for node dialog fields
deon-sanchez Feb 14, 2025
14417cb
refactor: Improve node dialog component state management and naming
deon-sanchez Feb 14, 2025
039113d
Async for create collection
erichare Feb 14, 2025
15c052c
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 14, 2025
a66c3bc
Dynamic provider list generation
erichare Feb 14, 2025
0b02246
Merge branch 'main' into LFOSS-492
erichare Feb 14, 2025
68bc2ab
Update astradb.py
erichare Feb 14, 2025
f8e8b7e
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 14, 2025
3460fd9
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Feb 14, 2025
36842e0
Merge branch 'main' into LFOSS-492
erichare Feb 14, 2025
97b9380
Merge branch 'main' into LFOSS-492
erichare Feb 14, 2025
6c73f12
Update astradb.py
erichare Feb 15, 2025
62512d2
Merge branch 'main' into LFOSS-492
erichare Feb 15, 2025
98fc3ae
[autofix.ci] apply automated fixes
autofix-ci[bot] Feb 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading