Commit graph

10,761 commits

Author SHA1 Message Date
Lucas Oliveira
6955e7e6df Separated multiline cell renderer into different component 2024-06-05 17:44:48 -03:00
Lucas Oliveira
92042149d6 fixed local of table components and height of table toggle 2024-06-05 17:40:50 -03:00
Lucas Oliveira
ab3a651e9a Fixed modal height to consider the entire modal when height is relative 2024-06-05 17:36:59 -03:00
cristhianzl
532eaca071 ♻️ (tableComponent): remove unnecessary console.log and fix formatting
 (use-row-data): add open parameter to useRowData for reactivity
♻️ (editNodeModal): clone data before assigning to myData.current
 (dropdownComponent.spec): add waitForTimeout to stabilize tests
2024-06-05 17:34:01 -03:00
cristhianzl
a17910a535 ♻️ (frontend): replace TableToggleCellRender with TableNodeCellRender for better modularity and maintainability
 (frontend): add table toggle cell render component for node editing modal
 (frontend): add table tooltip render component for node editing modal
 (frontend): add use-column-defs hook for dynamic column definitions
 (frontend): add use-row-data hook for dynamic row data generation

♻️ (editNodeModal): refactor to use custom hooks for columnDefs and rowData
2024-06-05 17:12:04 -03:00
Lucas Oliveira
1ebf2d29ef Fixed toggle cell renderer not updating itself 2024-06-05 17:02:35 -03:00
cristhianzl
ecad6353fc (App.css): add CSS rules to remove border for cells with 'no-border' class
 (editNodeModal): add 'no-border' class to specific table columns to remove borders
2024-06-05 16:58:40 -03:00
cristhianzl
246de048a5 ♻️ (tableAutoCellRender): remove console.log statement for cleaner code
♻️ (tableComponent): remove unused useCallback import and fix formatting
♻️ (editNodeModal): refactor advanced column to use ToggleShadComponent
 (ApiKeyHeader): add new ApiKeyHeaderComponent for API keys management
 (ApiKeysPage): add column definitions helper for API keys table

 (ApiKeysPage): add custom hooks for fetching and deleting API keys
♻️ (ApiKeysPage): refactor ApiKeysPage to use new custom hooks

♻️ (types): change optional type syntax for better readability
 (dropdownComponent.spec.ts): remove trailing commas in test assertions
2024-06-05 16:52:01 -03:00
Lucas Oliveira
5e16e8ac4b Merge branch 'dev' into fix/api_settings 2024-06-05 14:50:26 -03:00
Lucas Oliveira
51586f3a51 Added tooltip to info 2024-06-05 14:49:25 -03:00
Gabriel Luiz Freitas Almeida
491e3698f6
chore: Update poetry installation to use environment variable for version (#2074) 2024-06-05 10:40:58 -07:00
Bee
98d9553b92
Remove commented out code (#2047) 2024-06-05 10:38:57 -07:00
Gabriel Luiz Freitas Almeida
80f6249a50
📝 (utils.py): Add get_flow function and update Python API code (#2075)
* feat: Add upload_file function for file uploading

This commit adds a new function called `upload_file` to the `load/utils.py` module. This function allows users to upload a file to the storage service and returns the file path. It takes in parameters such as `file_path`, `host`, `port`, `flow_id`, `components`, and `tweaks`. The function makes use of the `upload` function to send a POST request to the storage service API and handle the response.

The `upload_file` function is useful for scenarios where users need to upload files to the flow and associate them with specific components. It provides flexibility by allowing users to specify the components that require the file and any tweaks that should be applied to the file.

This feature enhances the functionality of the codebase and improves the overall user experience when working with file uploads in the application.

* 📝 (utils.py): Add get_flow function to retrieve flow details from Langflow

📝 (utils.py): Remove unused 'port' parameter from upload functions
📝 (utils.py): Update upload function to use Langflow host URL and remove port parameter
📝 (utils.py): Update upload_file function to use Langflow host URL and port number
📝 (utils.py): Update function descriptions and variable names for clarity and consistency
📝 (model.py): Remove 'folder_id' field from FlowBase model in langflow services database

* 📝 (load/__init__.py): add get_flow function to __all__ list to expose it to other modules
📝 (utils.py): fix docstring formatting issue in get_flow function

* make getPythonApiCode receive endpointname
2024-06-05 10:30:54 -07:00
Lucas Oliveira
778e3a50f3 Implemented truncate multiline on the advanced table 2024-06-05 14:30:14 -03:00
Lucas Oliveira
6b41460bf2
Fix and Enhance Modal, Button, and Layout Functionality (#2064)
#### Description

This pull request introduces several fixes and enhancements related to
modals, buttons, and layout elements within the application. The changes
improve the user experience by addressing bugs, enhancing functionality,
and refining UI components.

#### Summary of Changes

- **Modals:**
  - Added Submit buttons to every modal, except confirmation modals.
  - Fixed submitting issues on `storeApiKeyModal`.
  - Added a close button when the submit button is present.
  - Fixed padding on `deleteConfirmationModal`.

- **Node and Component Enhancements:**
  - Removed the pencil icon from the node name.
- Made node description editable by clicking once and changed the cursor
type.
  - Changed empty component behavior to open the New Project modal.
  - Fixed the node toolbar to allow moving the nodes.
  - Fixed Endpoint Name labeling.
  - Passed duplicate flow function to the main page.
  - Made folders visually more pleasing.
  - Fixed the tooltip that no longer needs removal of the portal.

- **UI and Layout Adjustments:**
  - Fixed bottom padding on settings pages.
  - Fixed scrolling not working in the global variables dropdown.
  - Disabled accordion when it is empty.
  - Removed shadow from card elements.
  - Added a description column to the advanced tab.
  - Implemented unselect on escape.
- Fixed classes and layout for sidebar buttons, ensuring they don't look
strange and behave consistently.
- Fixed button classes to allow loading indicators and ensure proper
sizing and functionality.
  - Modularized loading on buttons.

- **General Fixes and Improvements:**
  - Changed message of the terminal to "Run Langflow".
- Fixed save functionality to use user-provided API keys instead of
default ones.
- Ensured button components can handle multiple children and look
correct.
  - Added icons to various UI elements.
  - Fixed ID scrolling issue when clicking from Store.
  - Removed extra space caused by an unnecessary div element.
- Returned the loader to default settings and ensured buttons work with
`asChild`.

#### Additional Changes
- Merged the remote-tracking branch `origin/dev` into `fix/minor_bugs`
on multiple occasions to keep the branch up-to-date with the latest
developments.

#### Notes

- Please review the changes related to button classes carefully, as they
impact multiple components.
- Further UI enhancements are planned for the next iteration.
2024-06-05 19:14:32 +02:00
Lucas Oliveira
6bb7ea3ee7 Fixed input not changing on InputGlobalComponent 2024-06-05 14:14:08 -03:00
Lucas Oliveira
1259a8a581 Fixed popover not in front of other table rows 2024-06-05 14:08:51 -03:00
Lucas Oliveira
cf3477b04b Fixed positioning of tableNodeCellRender elements 2024-06-05 14:08:51 -03:00
Lucas Oliveira
da2e74a3e7 Added cell renderer to render all of the possible parameter types 2024-06-05 14:08:51 -03:00
Lucas Oliveira
2b03c8fdec Inserted table into EditNodeModal, without Value showing 2024-06-05 14:08:51 -03:00
Mendon Kissling
c32a5e83db
Add chinese README and language type navigation to the main README. (#2069)
Modification content includes:

Add a Chinese version of the README.
Add multilingual version navigation to the top of the main README.
2024-06-05 10:55:38 -04:00
cristhianzl
c7f6353111 (playwright.config.ts): reduce workers to 1 to opt out of parallel tests on CI
 (userSettings.spec.ts): add end-to-end test for interacting with API Keys
2024-06-05 11:38:43 -03:00
Mendon Kissling
b81d82f49b
[Docs] - Migration Folder (#2066)
* Move input/output and text/record to components, and combine docs into
one
* Combine global env docs into one 
* Update links
* Remove unused files
* Clean up docs for compatibility, migration, and possible install
issues
2024-06-05 10:18:43 -04:00
cristhianzl
6096c8b73f 🔧 (playwright.config.ts): reduce workers to 1 for CI to avoid resource contention 2024-06-05 10:56:47 -03:00
Lucas Oliveira
ed845f5eb5 Merge branch 'fix/minor_bugs' into fix/api_settings 2024-06-05 10:17:36 -03:00
Lucas Oliveira
f22b2b2a23 Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-06-05 10:15:01 -03:00
Lucas Oliveira
c2b58d40fa Removed unused code from flowLogsModal 2024-06-05 10:13:30 -03:00
Lucas Oliveira
1cdc8e0efc Changed debounce to use promise-debounce, making the Save promise work correctly 2024-06-05 10:11:59 -03:00
Lucas Oliveira
9bafb1f5dd Fixed success alert not appearing at front, and removed alert displayed at playground 2024-06-05 09:45:36 -03:00
ogabrielluiz
374f1fbde3 chore: Update Poetry version to 1.8.2 2024-06-05 09:45:10 -03:00
cristhianzl
14a7e2835e (frontend): add switch-case-size helper for modal size management
♻️ (frontend): refactor BaseModal to use switchCaseModalSize helper
 (frontend): add GeneralPageHeaderComponent for settings page header
 (frontend): add PasswordFormComponent for password management in settings page

 (SettingsPage): add ProfileGradientFormComponent to allow users to choose profile gradient
 (SettingsPage): add StoreApiKeyFormComponent to enable users to store API keys

♻️ (GeneralPage): refactor GeneralPage to use modular components for forms
2024-06-05 09:38:03 -03:00
ogabrielluiz
6cecb527a3 chore: Bump langflow-base version to 0.0.56 2024-06-05 09:13:42 -03:00
Jackie Moo
d8643d1384
Correctly Handle Text File Encoding to Avoid 'GBK' Codec Errors (#2072) 2024-06-05 04:47:40 -07:00
Nicolò Boschi
ba59a9f449
docker: improve image layout and backend-only/frontend-only images (#2071)
* docker: improve image layout and backend-only image

* add tests

* add tests

* add frontend

* add frontend

* label

* fix
2024-06-05 04:46:14 -07:00
Lucas Oliveira
56f453419f Merge branch 'fix/minor_bugs' into fix/api_settings 2024-06-05 08:44:25 -03:00
Gabriel Luiz Freitas Almeida
b74dd3fa7d
Upgrade couchbase dependency to version 4.2.1 with extras and make it optional (#2073)
* ⬆️ (pyproject.toml): upgrade couchbase dependency to version 4.2.1 with extras and make it optional
🔧 (pyproject.toml): add couchbase to the couchbase extras section for better organization and management of dependencies
2024-06-05 04:38:13 -07:00
mojunneng
4365cf31e2 Update Chinese README. 2024-06-05 15:00:18 +08:00
mojunneng
6addb9636c Update README and add Chinese README. 2024-06-05 11:50:57 +08:00
cristhianzl
898e9f101a ♻️ (GeneralPage): refactor API calls into custom hooks for better modularity
 (GeneralPage): add custom hooks for patching gradient, password, and saving API key
💡 (GeneralPage): add useScrollToElement hook to handle smooth scrolling to elements

 (hooks): add useSaveKey and useScrollToElement custom hooks

 (tests): update end-to-end tests for improved stability and accuracy
2024-06-04 20:48:39 -03:00
Lucas Oliveira
e3ed6ef09d Removed routes and header component of api keys 2024-06-04 19:16:01 -03:00
Lucas Oliveira
2aa011c70b Merge branch 'fix/minor_bugs' into fix/api_settings 2024-06-04 19:14:51 -03:00
Lucas Oliveira
58d11aff9e Fixed loading not being of the right size 2024-06-04 19:09:39 -03:00
Lucas Oliveira
49ce4b4ff7 fixed button 2024-06-04 19:09:27 -03:00
Lucas Oliveira
42d22ae86e fixed unnecessary code at Button 2024-06-04 19:07:08 -03:00
Lucas Oliveira
9e6f3a064d Made Submit button use loading of button 2024-06-04 19:01:01 -03:00
Lucas Oliveira
0e5460c088 Merge remote-tracking branch 'origin/dev' into fix/minor_bugs 2024-06-04 18:54:22 -03:00
Lucas Oliveira
37238ca2ca Fixed secret key modal, made it congruent with existing design 2024-06-04 18:52:10 -03:00
Lucas Oliveira
8214e2588f Added JSX Element to description types on BaseModal 2024-06-04 18:33:30 -03:00
Lucas Oliveira
f8d8780629 Changed form of BaseModal to use Radix Form 2024-06-04 18:28:59 -03:00
Lucas Oliveira
3ab1aa0d8e Added Untitled as name of API Keys without name 2024-06-04 18:26:43 -03:00