Lucas Oliveira
e773227e4a
Added fields to request for creating new variable
2024-04-30 16:49:26 +02:00
Lucas Oliveira
a556f686e2
Added multiple inputs possibility to InputComponent
2024-04-30 16:46:19 +02:00
anovazzi1
bd0e928efe
temp fix for default fields
2024-04-30 08:22:32 -03:00
anovazzi1
9ebc319ea4
Merge branch 'feature/ui_table' of personal:logspace-ai/langflow into feature/ui_table
2024-04-30 08:16:09 -03:00
igorrCarvalho
c23943017d
Refactor: Global Variables table are now populated by backend and delete button works
2024-04-30 01:20:46 -03:00
anovazzi1
8e78e23a9a
Refactored addNewVariableButton.tsx to use useTypesStore for componentFields
2024-04-29 23:29:06 -03:00
anovazzi1
fe5f6560e7
Refactored globalVariables.ts and globalVariables/index.ts to extract and store component fields
2024-04-29 23:27:23 -03:00
anovazzi1
a2885a86bc
Refactored globalVariables.ts and globalVariables/index.ts to use Set for availableFields
2024-04-29 22:59:02 -03:00
anovazzi1
ec3425e3d9
Refactored globalVariables.ts and globalVariables/index.ts to add support for unavailable fields
2024-04-29 22:53:37 -03:00
Lucas Oliveira
7309a36aa8
Added own dropdown to Type
2024-04-30 02:01:44 +02:00
Lucas Oliveira
db9cc5e052
Added badge as renderer of type on Global Variables
2024-04-30 01:36:56 +02:00
Lucas Oliveira
7e337c7f65
Added selection and trash
2024-04-30 01:26:25 +02:00
Lucas Oliveira
1f7c697158
Added padding bottom on Global Variables
2024-04-30 01:11:05 +02:00
Lucas Oliveira
1dcb151c61
Added shortcuts into a card in the Shortcuts page
2024-04-30 01:10:22 +02:00
Lucas Oliveira
de5116a6bf
Fixed pagination that cant be changed on table
2024-04-30 01:02:12 +02:00
Lucas Oliveira
ad52526642
Added Profile settings into General page
2024-04-30 00:56:53 +02:00
Lucas Oliveira
cd00b5552d
Removed Profile Settings from header
2024-04-30 00:41:33 +02:00
Lucas Oliveira
6ebeacc115
Added sample General page
2024-04-30 00:35:08 +02:00
Lucas Oliveira
20b2aa04b6
Hidden unused settings
2024-04-30 00:27:28 +02:00
Lucas Oliveira
610fd94cf8
Changed position of page
2024-04-30 00:26:17 +02:00
Lucas Oliveira
d503b74a3f
Added shortcuts into right page
2024-04-30 00:18:24 +02:00
Lucas Oliveira
2864fd1cc0
Added shortcuts page
2024-04-30 00:16:59 +02:00
Lucas Oliveira
ac46b2b6c9
Passed Table props to page
2024-04-30 00:11:59 +02:00
igorrCarvalho
7e95ca9689
merge feature/ui_table into feature/ui_table
2024-04-29 19:01:27 -03:00
igorrCarvalho
de57b0955f
Feat: Create Shortcuts page on settings
2024-04-29 19:00:18 -03:00
Lucas Oliveira
df8cbff32f
Added Add New Variable
2024-04-29 23:03:27 +02:00
anovazzi1
c7b3078557
Merge branch 'feature/ui_table' of personal:logspace-ai/langflow into feature/ui_table
2024-04-29 15:58:03 -03:00
anovazzi1
979dae8c49
Add extractFieldsFromComponenents function to reactflowUtils.ts
2024-04-29 15:57:46 -03:00
Lucas Oliveira
793a025163
Fixed title of global pages
2024-04-29 19:23:07 +02:00
anovazzi1
1e7438115c
Merge branch 'feature/ui_table' of personal:logspace-ai/langflow into feature/ui_table
2024-04-29 14:22:07 -03:00
anovazzi1
8dac69708f
Add avaliableFields functionality to GlobalVariablesStore
2024-04-29 14:22:04 -03:00
Lucas Oliveira
f14b8831bf
Modified title to be on pair with modals
2024-04-29 19:18:03 +02:00
Lucas Oliveira
51a3d65114
Fixed editability of variable name
2024-04-29 19:08:14 +02:00
Lucas Oliveira
01ebe97f3a
Fixed footer height
2024-04-29 19:05:18 +02:00
Gabriel Luiz Freitas Almeida
366ce591cb
Add default_fields column to the variable table
2024-04-29 09:53:56 -03:00
Lucas Oliveira
7b79bfeeaf
Fixed sizing and colors to fit blocks table
2024-04-28 23:33:35 +02:00
Lucas Oliveira
3696aef557
Fixed colors with the variables
2024-04-28 23:11:57 +02:00
Lucas Oliveira
358f53d837
Added pagination
2024-04-28 23:00:21 +02:00
Lucas Oliveira
be0bb51254
Updated colors on dark mode
2024-04-28 22:50:09 +02:00
Lucas Oliveira
04d723d405
Fixed colors of AG Grid
2024-04-28 19:42:41 +02:00
anovazzi1
2dd0b2bf16
add type import
2024-04-25 21:38:53 -03:00
Lucas Oliveira
8536ad8204
Added more settings options
2024-04-26 01:37:51 +02:00
Lucas Oliveira
16bd9f1ee1
Added settings page
2024-04-26 01:32:03 +02:00
Lucas Oliveira
e799f53116
Added grid on table component as a mock
2024-04-25 16:23:09 +02:00
Lucas Oliveira
1b0eb4f7f3
Global Variables Page created
2024-04-24 00:51:12 +02:00
Lucas Oliveira
ec94bed45e
Added user icon even if the autologin is off
2024-04-24 00:27:38 +02:00
Cristhian Zanforlin Lousa
7311bd3224
Add new tests on global variables and fix old ones ( #1756 )
...
🔧 (Makefile): remove unnecessary kill command for frontend server in
run_frontend target
📝 (frontend/.gitignore): add test-results/ directory to .gitignore
⬆️ (frontend/package.json): upgrade @playwright/test dependency to
version 1.43.1
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected
tooltip test ID from "tooltip-Models" to "tooltip-Model Specs"
💡 (frontend/tests/end-to-end/filterEdge.spec.ts): update expected test
ID from "disclosure-models" to "disclosure-model specs"
💡 (frontend/tests/end-to-end/globalVariables.spec.ts): add hover and
delete functionality to test for global variables
💡 (frontend/tests/end-to-end/saveComponents.spec.ts): add additional
wait times to ensure modal is loaded before interacting with it
2024-04-23 16:11:24 -03:00
Kayce Elgin
3f74accbbb
Update deploy_langflow_gcp.sh ( #1752 )
...
Sytnax error on line 38 ':tcp:3389', removed leading colon -> 'tcp:3389'
2024-04-23 15:04:41 -03:00
Gabriel Luiz Freitas Almeida
09fd88a0d0
Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app ( #1751 )
...
* Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app
* Update Uvicorn command in Dockerfiles and shell script to use asyncio event loop
2024-04-19 18:22:27 -03:00
cristhianzl
00b7bbae3c
✅ (codeAreaModalComponent.spec.ts): comment out unused code and remove unused import to improve code readability and maintainability
...
✅ (store.spec.ts): add a delay before selecting the "Alphabetical" option to ensure the dropdown is fully loaded before interacting with it
2024-04-19 15:51:19 -03:00