Lucas Oliveira
d2d7aaaf79
Added Get Profile Pictures hook
2024-06-07 15:08:16 -03:00
anovazzi1
384977e156
updateTable component
2024-06-07 15:07:53 -03:00
cristhianzl
1be12a3c32
undefined fix on types
2024-06-07 15:06:11 -03:00
Lucas Oliveira
6dd85db35d
Fixed Gradient name to Profile Picture
2024-06-07 15:04:29 -03:00
Mendon Kissling
72a6db4acc
Merge branch 'dev' into docs-resize-images
2024-06-07 14:03:13 -04:00
Mendon Kissling
7cd269add0
[Docs] - Playground I/O, New Project button, and Python version ( #2102 )
...
* Doc which components affect Playground appearance (need review here
for clarity)
* Clearer instructions on where the New Project button is
* Clearer instructions on Python >=3.10 version requirement
2024-06-07 14:00:59 -04:00
Mendon Kissling
2e5a006f4b
for-more
2024-06-07 13:51:38 -04:00
Mendon Kissling
25307e7509
Merge branch 'dev' into docs-explain-io-playground
2024-06-07 13:48:43 -04:00
Mendon Kissling
db0eeca9d6
title-case
2024-06-07 13:46:19 -04:00
Mendon Kissling
37867ee5f2
cleanup-images-and-some-text
2024-06-07 13:44:50 -04:00
Mendon Kissling
dcf68b0e8a
remove-unused-pages
2024-06-07 13:44:39 -04:00
Mendon Kissling
c312359e79
move-custom-components
2024-06-07 13:44:31 -04:00
ogabrielluiz
e4c4aa87ec
chore: Update import statement for CustomComponent in validate.py
2024-06-07 14:41:56 -03:00
ogabrielluiz
ef6c179bd1
merge projects
2024-06-07 14:41:15 -03:00
ogabrielluiz
1712577e4d
refactor: Remove print statement in MonitorService
...
The print statement in the MonitorService class has been removed to improve code cleanliness and remove unnecessary debugging output.
Note: The commit message has been generated based on the provided code changes and recent commits.
2024-06-07 14:40:51 -03:00
ogabrielluiz
578619a5e3
✨ (CodeBlockExtractor.py): Add a new component 'Code Block Extractor' to extract code blocks from text for langflow application.
2024-06-07 14:40:39 -03:00
ogabrielluiz
52323eae4a
📝 (component.py): update variable name from display_name to name for consistency and clarity
...
📝 (component.py): improve variable naming for better readability and maintainability
📝 (__init__.py): refactor function name _import_template_field to _import_input_class for better naming clarity
📝 (__init__.py): refactor function name _import_template_field to _import_input_class for better naming clarity
📝 (__init__.py): add function _import_output_class to import Output class from langflow.template.field.base
2024-06-07 14:40:24 -03:00
ogabrielluiz
834570df8b
refactor: Update output names in TextInput, TextOutput, RecordsOutput, ChatInput, and ChatOutput
2024-06-07 14:40:03 -03:00
ogabrielluiz
472c8737dd
move folder
2024-06-07 14:39:27 -03:00
Lucas Oliveira
c5302d75db
Added Profile Pictures to folder on Backend
2024-06-07 14:19:36 -03:00
Lucas Oliveira
6d8c37a45f
Added loading while it's updating component
2024-06-07 14:02:55 -03:00
Lucas Oliveira
62f78e0795
Made component not be updatable if it's been edited before
2024-06-07 13:58:03 -03:00
Lucas Oliveira
50eb7766f2
Added tooltip and handler to update node
2024-06-07 12:23:25 -03:00
cristhianzl
de69b70688
♻️ (types.py): reformat ChatOutputResponse instantiation for better readability
2024-06-07 12:16:42 -03:00
cristhianzl
2757ae4069
🐛 (types.py): add missing artifact_type to ChatOutputResponse to ensure correct artifact type is set
2024-06-07 12:16:31 -03:00
Lucas Oliveira
18551077b0
Added triangle
2024-06-07 12:14:18 -03:00
Lucas Oliveira
fdf3306911
Merge branch 'cz/mergeAll' into fix/edited_component
2024-06-07 12:13:56 -03:00
cristhianzl
698ae4f296
Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll
2024-06-07 12:12:18 -03:00
cristhianzl
0112563589
merge branch fix
2024-06-07 12:12:06 -03:00
cristhianzl
9ce7ee31a9
merge branch chatImg
2024-06-07 12:11:40 -03:00
Lucas Oliveira
638e6d66d9
Removed unused code and fixed type of InputGlobalComponent
2024-06-07 12:06:31 -03:00
Lucas Oliveira
f69aa2d70f
Changed folders
2024-06-07 12:04:28 -03:00
Lucas Oliveira
2232c2106e
Merge remote-tracking branch 'origin/cz/mergeAll' into fix/edited_component
2024-06-07 11:58:56 -03:00
cristhianzl
d89078271c
merge dev
2024-06-07 11:28:03 -03:00
cristhianzl
dc29bb4b3d
Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll
2024-06-07 11:24:57 -03:00
cristhianzl
016a7dc688
✨ (folders.py, flow.py): add unique name generation for folders and flows
...
♻️ (folders.py): refactor folder name generation logic to use helper function
♻️ (flow.py): refactor flow name generation logic to use helper function
2024-06-07 11:24:40 -03:00
cristhianzl
83a1264835
✨ (GenericNode): add emoji validation using emoji-regex library
...
♻️ (GenericNode): refactor code to improve readability and consistency
2024-06-07 11:24:26 -03:00
ogabrielluiz
a6dfe39882
refactor: add session_id to vertices without it in build_and_cache_graph_from_db
2024-06-07 11:15:53 -03:00
anovazzi1
d309c2bd85
chore: Add onDelete and onDuplicate props to TableComponent
2024-06-07 11:08:57 -03:00
anovazzi1
a38a0d7eeb
add fixex to IO modal
2024-06-07 10:51:17 -03:00
anovazzi1
9ae07ec1e8
Merge remote-tracking branch 'origin/cz/mergeAll' into extended_Session
2024-06-07 10:50:43 -03:00
italojohnny
d2d9bd3b05
add flag to indicate if component was edited
2024-06-07 10:45:00 -03:00
ogabrielluiz
4c87f7662c
Merge remote-tracking branch 'origin/dev' into two_edges
2024-06-07 10:42:22 -03:00
cristhianzl
5e2a754589
✅ (actionsMainPage.spec.ts): add end-to-end tests for downloading, uploading, and duplicating flows and components
2024-06-07 10:38:44 -03:00
cristhianzl
fe371d650b
✨ (sideBarFolderButtons): add success alert for folder upload
...
♻️ (sideBarFolderButtons): remove unnecessary commas and improve code readability
✨ (hooks): add useDeleteMultipleFlows hook for deleting multiple flows
✨ (hooks): add useDescriptionModal hook for dynamic modal descriptions
✨ (hooks): add useFilteredFlows hook for filtering flows
✨ (hooks): add useDuplicateFlows hook for duplicating flows
✨ (hooks): add custom hooks for handling export, select all, and option changes
- Add `useExportFlows` for exporting selected flows
- Add `useSelectAll` for handling select all functionality
- Add `useSelectOptionsChange` for handling option changes
- Add `useSelectedFlows` for managing selected flows state
♻️ (index.tsx): refactor to use custom hooks for better code modularity and readability
💡 (index.tsx): add cardTypes memoization to determine the type of cards displayed
2024-06-07 10:38:32 -03:00
ogabrielluiz
20cedc173d
fix: Correct flow retrieval by endpoint name instead of flow name
2024-06-07 10:05:20 -03:00
ogabrielluiz
3d82417068
Refactor run_flow function to improve readability and maintainability
2024-06-07 10:04:39 -03:00
ogabrielluiz
69fad76281
chore: Update Dockerfile to remove frontend build artifacts
2024-06-07 09:12:27 -03:00
cristhianzl
44d6c959ce
♻️ (index.tsx): remove unused handleEditFolder prop and import
...
♻️ (index.tsx): remove redundant commas and fix formatting issues
♻️ (headerComponent): remove unused ForwardedIconComponent import
2024-06-07 08:48:46 -03:00
cristhianzl
1ecf3d5ddc
Merge branch 'dev' into cz/mergeAll
2024-06-07 08:40:31 -03:00