anovazzi1
82a6ad8d87
set auto_login to false to keep develop with login
2023-09-20 18:20:22 -03:00
igorrCarvalho
9163aee3ef
Refactor: Change minimize icons
2023-09-19 15:24:39 -03:00
Igor Carvalho
9652551eb9
Merge branch 'dev' into minimizeNode
2023-09-18 19:58:25 -03:00
igorrCarvalho
1796d1aca0
Formated code
2023-09-18 19:52:27 -03:00
igorrCarvalho
f41c2824e9
Refactor: Fix node minimizing animation
2023-09-18 19:43:06 -03:00
igorrCarvalho
a08cfbe351
refactor: solve edges not following animation
2023-09-18 15:37:05 -03:00
igorrCarvalho
f612f47455
Refactor: Change expand icon when node are minimized
2023-09-18 15:12:31 -03:00
Cristhian Zanforlin Lousa
21096562b2
Bugfix on DEV - Copy and Paste on CodeEditModal ( #929 )
...
🔧 chore(codeAreaModal/index.tsx): add additional class names to
CodeMirror component for better control and customization
2023-09-18 14:40:19 -03:00
Cristhian Zanforlin Lousa
14c9f863dc
🔧 fix(dialog.tsx): remove unnecessary CSS classes 'noundo' and 'nocopy' to simplify the code and improve maintainability
...
🔧 fix(codeAreaModal/index.tsx): remove unnecessary CSS classes 'nopan', 'nodrag', 'noundo', and 'nocopy' to simplify the code and improve maintainability
2023-09-18 14:26:27 -03:00
igorrCarvalho
d44365578d
feat: add node minimizing animation (refactoring it later)
2023-09-18 14:25:13 -03:00
Cristhian Zanforlin Lousa
3e2f3046a9
🔧 chore(codeAreaModal/index.tsx): add additional class names to CodeMirror component for better control and customization
2023-09-18 13:51:01 -03:00
Gabriel Luiz Freitas Almeida
7d39cdc7aa
fix issue, the custom component cannot be load success by setting env… ( #823 )
2023-09-18 11:01:57 -03:00
Gabriel Luiz Freitas Almeida
44466dc2d1
🐛 fix(RecursiveCharacterTextSplitter.py): uncomment line to assign repr_value to separators variable
...
✨ feat(util.py): add build_loader_repr_from_documents function to generate a representation string from a list of documents
2023-09-14 21:38:10 -03:00
Gabriel Luiz Freitas Almeida
329d779b6e
Fixed Lint error and no module error ( #918 )
2023-09-15 00:35:36 +00:00
Guangya Liu
03a71b1fe8
use optional for user
2023-09-14 19:48:48 -04:00
Gabriel Luiz Freitas Almeida
5ac3208c8a
Merge remote-tracking branch 'origin/main' into dev
2023-09-14 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
fa94ae3350
🔧 chore(render.yaml): add disk configuration for langflow-data to pro… ( #919 )
2023-09-14 23:02:26 +00:00
Gabriel Luiz Freitas Almeida
ff18b32aeb
🔀 chore(README.md): update Railway deployment button link to use a different template
2023-09-14 20:01:51 -03:00
Gabriel Luiz Freitas Almeida
40969d905a
🐛 fix(render.yaml): fix indentation of value for LANGFLOW_DATABASE_URL environment variable to match the key
2023-09-14 17:19:13 -03:00
Gabriel Luiz Freitas Almeida
502b520782
🔧 chore(render.yaml): add LANGFLOW_DATABASE_URL environment variable with sqlite database path to improve configuration
...
The LANGFLOW_DATABASE_URL environment variable is added with the value `sqlite:////home/user/.cache/langflow/langflow.db` to specify the path to the SQLite database file for the Langflow service. This improves the configuration by providing a specific location for the database file.
2023-09-14 17:18:22 -03:00
Gabriel Luiz Freitas Almeida
2a947e33a7
🔧 chore(render.yaml): remove unnecessary 'plan' field from langflow service configuration
...
📝 docs(render.yaml): update langflow service configuration to remove 'plan' field for better clarity and consistency
2023-09-14 15:39:46 -03:00
Gabriel Luiz Freitas Almeida
54776687f1
🔧 chore(render.yaml): add disk configuration for langflow-data to provide persistent storage for langflow cache
2023-09-14 15:38:45 -03:00
Guangya Liu
c710c1ce82
Fixed lint error
2023-09-14 13:33:48 -04:00
Guangya Liu
888ded02f9
Fixed format pre-check error
2023-09-14 10:17:13 -04:00
Guangya Liu
9b9a84f81f
Fixed Bug 916: No module named 'langflow.settings' error
2023-09-14 10:14:56 -04:00
Gabriel Luiz Freitas Almeida
57cba4233a
Fixed format errors ( #903 )
2023-09-14 01:29:26 +00:00
Cristhian Zanforlin Lousa
e1bb4b4a24
🐛 fix(genericModal/index.tsx): close modal when template has no varia… ( #911 )
...
…bles to prevent user confusion
2023-09-13 22:26:38 -03:00
Cristhian Zanforlin Lousa
887bfb8ee7
🐛 fix(genericModal/index.tsx): close modal when template has no variables to prevent user confusion
2023-09-13 21:42:26 -03:00
Gabriel Luiz Freitas Almeida
c6be7cdecd
Merge remote-tracking branch 'origin/main' into dev
2023-09-13 21:32:51 -03:00
igorrCarvalho
21009761f0
Refactor: adjust icon size when node are minimized
2023-09-13 18:23:52 -03:00
igorrCarvalho
b1f874ca03
Fix: Minimize working after add a new handle with promptTemplate
2023-09-13 18:17:01 -03:00
igorrCarvalho
c70de1e881
Refactor: Minimize only works with 1 handle node and change minimized node UI
2023-09-13 17:23:35 -03:00
igorrCarvalho
602c12282d
Refactor: Change how minimize displays on screen
2023-09-12 20:19:05 -03:00
Cristhian Zanforlin Lousa
8121dc0a8b
🔨 refactor(dialog.tsx): remove unused IconComponent import and replace it with Cross2Icon from @radix-ui/react-icons
...
🎨 style(dialog.tsx): update DialogContent className to improve positioning and animation effects
2023-09-12 16:56:53 -03:00
anovazzi1
492ca19fff
text update
2023-09-12 16:35:04 -03:00
anovazzi1
90c864fafc
refactor(parameterComponent): update text displayed based on the value of the 'left' prop for better clarity and consistency
2023-09-12 16:35:04 -03:00
igorrCarvalho
cd28ae2c59
Refactor: Add header to node tooltips
2023-09-12 16:35:04 -03:00
igorrCarvalho
c03b11ab70
Refactor: Remove description space whem node does not have a space
2023-09-12 16:35:04 -03:00
igorrCarvalho
e38b904af2
Refactor: Remove blank space when node has no description
2023-09-12 16:35:04 -03:00
igorrCarvalho
0c3c7276f1
Feat: Add function to handle minimize
2023-09-12 14:55:02 -03:00
igorrCarvalho
a0c7712b70
Merge branch 'nodesImprovements' into minimizeNode
2023-09-12 14:28:54 -03:00
igorrCarvalho
b06cb9507f
Feat: Add minimize icon and conditional render
2023-09-12 14:25:04 -03:00
Guangya Liu
f0ba05c9cc
rollback the test error with python 3.10
2023-09-12 11:52:14 -04:00
Guangya Liu
48586fc3e6
Fix format errors
2023-09-12 11:17:11 -04:00
Guangya Liu
36aee971c4
fix test errors
2023-09-12 11:16:11 -04:00
Gabriel Luiz Freitas Almeida
a35e6a6556
📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available ( #900 )
2023-09-12 01:41:47 +00:00
Gabriel Luiz Freitas Almeida
b819f37798
📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available
...
📝 docs(langfuse_integration.mdx): update step 3 to remove mention of consulting Langfuse documentation or contacting support for integration issues
2023-09-11 22:40:47 -03:00
anovazzi1
374ae22563
Profile Page implementation and fix on Admin Page ( #896 )
2023-09-11 18:49:43 -03:00
anovazzi1
249cf833fa
fix(AdminPage/index.tsx): fix asynchronous handling of updateUser function to properly reset filter and set success data after user update
...
fix(styleUtils.ts): fix import statement for GradientSparkles component to use curly braces for named import
2023-09-11 18:46:50 -03:00
anovazzi1
732c140fb7
Merge remote-tracking branch 'origin/dev' into feature/profilePage
2023-09-11 18:36:11 -03:00