Commit graph

4,997 commits

Author SHA1 Message Date
cristhianzl
4d750c2180 refactor: icon fragments functions 2024-02-16 00:38:58 -03:00
anovazzi1
8fb7e78989 add repeat to onClick chatMessage 2024-02-15 19:57:21 -03:00
Gabriel Luiz Freitas Almeida
5b0bf9e116 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-15 18:39:59 -03:00
Gabriel Luiz Freitas Almeida
8e1ff4b3cc
Fix: Bring back loading to avoid white page error (#1434) 2024-02-15 18:33:54 -03:00
Gabriel Luiz Freitas Almeida
b9ad74cf4e
Update dependencies and refactor import statements (#1435)
This pull request updates the python-multipart version, updates the
dependencies in pyproject.toml, adds Python 3.11 support to lint and
test workflows, and refactors import statements in Qdrant.py.
2024-02-15 18:33:08 -03:00
cristhianzl
7e42b52d8c Merge branch 'dev' into zustand/io/migration 2024-02-15 18:19:33 -03:00
cristhianzl
25b3ba5b79 new layout error page 2024-02-15 18:17:33 -03:00
Lucas Oliveira
1bade7e718 Fixed group nodes appearing at tooltip 2024-02-15 22:06:59 +01:00
Lucas Oliveira
ec545d0d5a Added cable icon to IO 2024-02-15 21:19:30 +01:00
Lucas Oliveira
68b0081f6e Fixed outline button hover color 2024-02-15 21:14:00 +01:00
Gabriel Luiz Freitas Almeida
25774265d3 Fix documentation link and code formatting 2024-02-15 16:53:45 -03:00
Gabriel Luiz Freitas Almeida
fbc3f24440
Bump vite from 4.5.1 to 4.5.2 in /src/frontend (#1360)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 4.5.1 to 4.5.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->4.5.2 (2024-01-19)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: fs deny for case insensitive systems (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>)
(<a href="eeec23b">eeec23b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15653">#15653</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d0360c1247"><code>d0360c1</code></a>
release: v4.5.2</li>
<li><a
href="eeec23bbc9"><code>eeec23b</code></a>
fix: fs deny for case insensitive systems (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v4.5.2/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=4.5.1&new-version=4.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/logspace-ai/langflow/network/alerts).

</details>
2024-02-15 10:51:24 -03:00
igorrCarvalho
ad630ab504 Refactor: Change build icon 2024-02-14 19:42:55 -03:00
anovazzi1
268eb4bd64 chore(chatComponent): comment out unused BuildTrigger component to improve code readability and remove potential confusion 2024-02-14 16:53:22 -03:00
anovazzi1
c5d84549a4 Update package-lock.json and fix error handling in newChatView 2024-02-14 15:39:44 -03:00
anovazzi1
5c9bced5ef remove double click functionality 2024-02-14 14:51:34 -03:00
anovazzi1
86d866895a Add setNoticeData to handle missing ChatOutput node 2024-02-14 14:30:01 -03:00
cristhianzl
cf7104ed41 bnugfix 2024-02-14 11:56:41 -03:00
cristhianzl
7af1f7cf41 changing to useCallback function 2024-02-14 10:40:27 -03:00
cristhianzl
9d2ffc130d add logic to icon name 2024-02-14 10:36:14 -03:00
cristhianzl
865f147c2a add isEmoji 2024-02-14 10:30:00 -03:00
cristhianzl
3e341b5745 add icon regex 2024-02-14 10:26:55 -03:00
cristhianzl
5b0b9d8d14 bugfix: open advanced modal when another modal is open 2024-02-12 10:40:39 -03:00
igorrCarvalho
23302fdca1 Fix: Bring back loading to avoid white page error 2024-02-09 21:51:02 -03:00
anovazzi1
100c91f591 Remove unnecessary excludeTypes in groupByFamily function 2024-02-09 17:36:58 -03:00
cristhianzl
33f2329461 merge fix 2024-02-09 16:48:52 -03:00
cristhianzl
3bac6129b7 bugfix: adjust double click on node and edit name 2024-02-09 16:47:56 -03:00
anovazzi1
85d6bfbd63 Fix double click event handler in GenericNode component 2024-02-09 14:57:46 -03:00
cristhianzl
75ae908922 add save button 2024-02-09 12:21:24 -03:00
Gabriel Luiz Freitas Almeida
9cbe329675 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-09 09:03:07 -03:00
anovazzi1
7d3c21e608 temp fix for code issue on nodeToolbar 2024-02-08 19:41:18 -03:00
anovazzi1
921a662f79 Fix message parameter type in newChatView component 2024-02-08 19:01:38 -03:00
anovazzi1
0b53d36e76 Add chat output responses to chatMessages 2024-02-08 18:21:43 -03:00
cristhianzl
33d05a23f3 Merge branch 'add_emoji_icon' into dev 2024-02-08 18:08:24 -03:00
cristhianzl
b9570b9c32 add emoji icon 2024-02-08 18:06:59 -03:00
cristhianzl
83e1dc1b4f add code toolbar, edit advanced on double click 2024-02-08 17:54:18 -03:00
cristhianzl
e4aa1d12bb Merge branch 'cz/code-node-toolbar' into zustand/io/migration 2024-02-08 17:51:35 -03:00
anovazzi1
34b3be397e Fix conditional statement in IOView component 2024-02-08 17:34:24 -03:00
anovazzi1
3d2a76438c fix(parameterComponent): fix logic for setting load_from_db property in template object
fix(codeTabsComponent): fix logic for setting load_from_db property in template object
fix(EditNodeModal): fix logic for setting load_from_db property in template object
fix(globalVariablesPage): fix logic for deleting global variable by id
feat(globalVariables): add getVariableId function to retrieve variable id by key
feat(types): add getVariableId function to GlobalVariablesStore type
2024-02-08 16:58:13 -03:00
Gabriel Luiz Freitas Almeida
5b51610377 Refactor code and fix imports 2024-02-08 15:48:22 -03:00
anovazzi1
c724d1131a Refactor registerGlobalVariable function signature 2024-02-08 15:36:18 -03:00
anovazzi1
021612f5ae Add provider field to AddNewVariableButton component 2024-02-08 15:29:41 -03:00
anovazzi1
326a0f9866 Refactor getGlobalVariables function to store data in globalVariables object 2024-02-08 15:06:54 -03:00
anovazzi1
9c24affbd1 Refactor globalVariablesStore to use optional provider 2024-02-08 14:16:03 -03:00
anovazzi1
b76eb655b2 Refactor API functions and update global variables types 2024-02-08 14:01:52 -03:00
anovazzi1
a91668b5f2 fix(parameterComponent): add options prop to ParameterComponent to display global variables in dropdown
feat(codeTabsComponent): add support for global variables in InputComponent and DictComponent
feat(inputComponent): remove dependency on globalVariablesStore and use options prop instead
feat(editNodeModal): add support for global variables in InputComponent
2024-02-08 13:45:18 -03:00
cristhianzl
448a34f934 delete inside nodetoolbar and code replaced position with delete 2024-02-08 10:22:37 -03:00
Gabriel Luiz Freitas Almeida
f48b4468f6 Add icon property to APIClassType 2024-02-08 10:02:33 -03:00
cristhianzl
4193242ec6 open advanced modal on double click node 2024-02-08 09:33:37 -03:00
Gabriel Luiz Freitas Almeida
4bba0212ff Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-07 22:42:20 -03:00