Commit graph

10,878 commits

Author SHA1 Message Date
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
ogabrielluiz
20cedc173d fix: Correct flow retrieval by endpoint name instead of flow name 2024-06-07 10:05:20 -03:00
ogabrielluiz
69fad76281 chore: Update Dockerfile to remove frontend build artifacts 2024-06-07 09:12:27 -03:00
ogabrielluiz
bc86fde139 chore: Update package versions in pyproject.toml files 2024-06-07 08:39:50 -03:00
Gabriel Luiz Freitas Almeida
48957cbf6c
fix: 🐛 replaced debounce-promise with pdebounce (#2109)
* fix: 🐛 replaced debounce-promise with pdebounce
2024-06-07 04:35:59 -07:00
Lucas Oliveira
44fbb2fed1 Fixed stroke console error 2024-06-07 08:18:54 -03:00
Lucas Oliveira
57b7fc3203 Fixed button inside of button 2024-06-07 08:17:47 -03:00
Lucas Oliveira
a747bdbc3c Removed key as props from My Collection 2024-06-07 08:17:47 -03:00
Lucas Oliveira
197ac22aea Added error on reject 2024-06-07 08:17:47 -03:00
Lucas Oliveira
360d40a2a5 Fixed parameter that is not being used at Sidebar 2024-06-07 08:17:47 -03:00
ogabrielluiz
991f23461b chore: Remove frontend build artifacts from backend repository 2024-06-07 08:05:28 -03:00
Cristhian Zanforlin Lousa
106ce9e64b
Feature Enhancements and Bug Fixes (#2099)
#### Overview:
This PR introduces several new features and fixes to improve the user
experience and functionality of the application. Key updates include
enhanced interactivity, export functionalities, UI improvements, and bug
fixes.

#### New Features:
1. **Play on Hover**:
- Added functionality to play media when hovering over the entire node
for better interactivity.

2. **Export Handler**:
   - Implemented an export handler on the main page.
- `handleExport` function added as a parameter to the header, along with
an export button for easy data export.

3. **Upload Flow**:
- Introduced an "Upload Flow" button on the main page for streamlined
file uploads.

4. **User Menu**:
- Added a user option in the header menu for better user profile
management.

#### Bug Fixes and UI Improvements:
1. **Naming and Position Fixes**:
- Corrected naming issues and positioning of alerts in the export modal
for clarity.

2. **Button Styling**:
- Updated buttons in the components section header to utilize ShadCN
button styles for consistency.

3. **Select All Classes**:
- Resolved issues with the "Select All" functionality for improved batch
operations.

4. **Import Function**:
   - Fixed the import function to ensure reliable data import processes.

5. **Error Naming**:
- Standardized error naming conventions for better error handling and
debugging.

#### Commits:
1. **Added play on hover of entire node** - Enhances interactivity by
enabling play on hover.
2. **Added Export handler on Main Page** - Implements core export
functionality.
3. **Added handleExport as parameter of header and added button to
export** - Integrates export control into the header.
4. **Fixed naming of errors** - Improves error handling by fixing naming
issues.
5. **Fixed buttons not using ShadCN buttons on header of components
section** - Ensures consistent button styling.
6. **Fixed naming and position of alert on Export modal** - Corrects
alert display issues in export modal.
7. **Fixed select all classes** - Resolves issues with the "Select All"
feature.
8. **Added Upload Flow button to main page** - Introduces an upload
button for file handling.
9. **Fixed import function** - Ensures reliable import operations.
10. **Added user on header menu** - Adds user options to the header for
profile management.

These updates collectively enhance the application's functionality, user
interface, and overall user experience.
2024-06-06 21:25:37 -03:00
cristhianzl
2992ba0fb4 Merge branch 'dev' into fix/status_export 2024-06-06 21:09:32 -03:00
ogabrielluiz
c2b2e9a286 🔧 (build_and_push.Dockerfile): Add support for building and pushing frontend code in a separate node builder stage to improve build process efficiency
🔧 (build_and_push.Dockerfile): Update pip install command to force reinstall dependencies to ensure consistency
🐛 (code_parser.py): Change logger.exception to logger.debug to prevent logging full exception stack trace
🐛 (directory_reader.py): Change logger.error to logger.debug and log error message separately to improve error handling and logging clarity
2024-06-06 19:45:18 -03:00
Lucas Oliveira
c6a5070e4b removed border from tables on Settings 2024-06-06 19:37:28 -03:00
Lucas Oliveira
ee46ab1d71 Fixed line clamp on alerts 2024-06-06 19:00:10 -03:00
ogabrielluiz
c3a0e3d598 chore: Upgrade langflow-base package version from 0.0.58 to 0.0.59 2024-06-06 18:57:40 -03:00
Lucas Oliveira
18d7891464 Added error catching on folder upload 2024-06-06 18:54:02 -03:00
ogabrielluiz
0f88ae1eb0 chore: Remove imports from dunder init 2024-06-06 18:53:55 -03:00
Lucas Oliveira
2fc3541f33 Fixed function to upload flows on Folder upload button 2024-06-06 18:47:09 -03:00
Lucas Oliveira
49f977911e Added logic to upload flows and folders at the same place 2024-06-06 18:47:09 -03:00
ogabrielluiz
311393a411 chore: Restart HuggingFace Spaces and update import paths for GenericNode and getFieldTitle 2024-06-06 18:40:07 -03:00
cristhianzl
c3db738a13 Merge branch 'fix/status_export' of https://github.com/langflow-ai/langflow into fix/status_export 2024-06-06 18:38:02 -03:00
cristhianzl
c81a386cf1 Merge branch 'dev' into fix/status_export 2024-06-06 18:37:29 -03:00
ogabrielluiz
bb02397a60 ⬆️ (pyproject.toml): upgrade package version from 1.0.0a46 to 1.0.0a47 2024-06-06 18:34:03 -03:00
ogabrielluiz
28b38b324b Add CustomNodes folder 2024-06-06 18:23:56 -03:00
ogabrielluiz
0f82fdc77b Remove folder 2024-06-06 18:23:38 -03:00
Mendon Kissling
45bc84a314 clearer-python-reqs 2024-06-06 17:21:21 -04:00
Mendon Kissling
73ccb5e5b4 cap 2024-06-06 17:15:43 -04:00
Mendon Kissling
f4b443b28e langflow-ui-clarity 2024-06-06 17:02:50 -04:00
ogabrielluiz
e994b1b649 rename folder 2024-06-06 18:02:29 -03:00
Mendon Kissling
d2cecd7de1 io-components 2024-06-06 16:56:44 -04:00
ogabrielluiz
cfd4f2a732 chore: Update import paths for GenericNode and getFieldTitle 2024-06-06 17:55:52 -03:00
Lucas Oliveira
2558786851 Fixed padding from Messages page 2024-06-06 17:49:53 -03:00
Lucas Oliveira
c8ce77bbf0 Fixed padding from Settings page outlet 2024-06-06 17:49:20 -03:00
Lucas Oliveira
71728cd004 Fixed Messages icon 2024-06-06 17:46:38 -03:00
Lucas Oliveira
e1846167df Removed Upload Flows from page 2024-06-06 17:42:53 -03:00
ogabrielluiz
52d501d1d8 chore: Update import paths for GenericNode and getFieldTitle 2024-06-06 17:37:59 -03:00
ogabrielluiz
878c5a7686 chore: Update langchain-cohere dependency to version 0.1.5 2024-06-06 17:30:28 -03:00
ogabrielluiz
ac2df6b681 ⬆️ (pyproject.toml): update package versions to align with the latest changes and improvements
🔧 (pyproject.toml): add couchbase dependency as optional with specific extras to improve flexibility and control
🔧 (pyproject.toml): add couchbase extra to poetry extras to allow for easier installation and management of the dependency
 (pyproject.toml): add "api_key_required" marker to test markers for better test organization and coverage
2024-06-06 17:24:50 -03:00
Gabriel Luiz Freitas Almeida
d929780183
Update dependencies and fix import paths (#2101)
* chore: Update dependencies and build frontend in Dockerfile

* chore: Update lodash import and fix import paths

* chore: Update Dockerfile to remove unnecessary frontend build step
2024-06-06 13:18:56 -07:00
Lucas Oliveira
78e656f4c0 Fixed Playground modal and size 2024-06-06 16:21:15 -03:00
Lucas Oliveira
8fd4d35417 Fixed eraser color 2024-06-06 16:10:34 -03:00
Lucas Oliveira
ef28fd027d Fixed items-center on buttons at the right 2024-06-06 15:34:17 -03:00
Lucas Oliveira
ee3263e6f2 Fixed Upload Flows not showing up when folder is empty 2024-06-06 15:30:26 -03:00
Lucas Oliveira
48e3b96fd4 Added user on header menu 2024-06-06 15:22:23 -03:00
Lucas Oliveira
a055e4f1fa Fixed import function 2024-06-06 15:12:32 -03:00
Lucas Oliveira
ec240072e7 Added Upload Flow button to main page 2024-06-06 15:03:10 -03:00
Lucas Oliveira
fe9dcdf424 Fixed select all classes 2024-06-06 14:59:10 -03:00