Commit graph

4,997 commits

Author SHA1 Message Date
anovazzi1
e2c8dfab2f Merge branch 'dev' into uiImprovements 2023-05-02 22:52:57 -03:00
anovazzi1
6cf9611818 logspace reference ui update 2023-05-02 22:50:47 -03:00
anovazzi1
a8406472fb removed console.log 2023-05-02 22:45:44 -03:00
anovazzi1
a9d8c6fcb3 fomrated code 2023-05-02 23:23:36 +00:00
anovazzi1
83b3347fc5 fixed AutoUpdate for each node 2023-05-02 23:23:36 +00:00
anovazzi1
7f993ea908 fixed outside click on alert popup 2023-05-02 19:54:05 -03:00
anovazzi1
6608ec8ab7 added kebab case filter 2023-05-02 19:24:56 -03:00
anovazzi1
6c36545f98 fixed password visible 2023-05-02 19:03:21 -03:00
Gabriel Almeida
1813befde1 fix(inputComponent): add missing space in className prop
fix(inputComponent): add missing space in password class name
2023-05-02 18:50:21 -03:00
Gabriel Almeida
1b6e61d3cb style(inputComponent): fix indentation and spacing in InputComponent component 2023-05-02 18:46:41 -03:00
Gabriel Almeida
e27f6d5d7d fix: updateObject order was incorrect
Fixes Tool nodes are not loaded correctly. #228
2023-05-02 17:24:08 -03:00
Gabriel Almeida
ed5fd7f862 feat(GenericNode): add debounced validation of node on change to improve performance and user experience
feat(utils.ts): add debounce function to debounce function calls
2023-05-02 16:54:40 -03:00
CodeAunt
5f796368ac add view button for password input field 2023-05-02 18:48:30 +00:00
codeaunt
df611b6782 disable password copy 2023-05-02 18:48:30 +00:00
Gabriel Almeida
9ffa88a773 feat(chatModal): add support for secure websockets (wss) in production environment 2023-05-02 15:04:01 -03:00
Gabriel Almeida
385de55c92 fix(chatModal): change wss to ws in production environment WebSocket URL
Probable fix to #232
2023-05-02 10:40:16 -03:00
anovazzi1
b25135fae2 fix bug on import from local 2023-04-29 17:18:51 -03:00
anovazzi1
e87749d966 updade package.json and removed debounce 2023-04-29 01:29:15 -03:00
anovazzi1
8a169c9782 merged chat_and_cache into dev 2023-04-29 01:26:44 -03:00
anovazzi1
b206a5bbe5 Merge branch 'dev' into autoUpdateNodes 2023-04-29 01:07:03 -03:00
Gabriel Luiz Freitas Almeida
eebe5d3643
Merge branch 'dev' into autoUpdateNodes 2023-04-29 03:53:34 +00:00
anovazzi1
93b5a8e327 sorted side bar 2023-04-28 23:53:37 -03:00
anovazzi1
3995a8bd5a Merge branch 'chat_and_cache' of personal:logspace-ai/langflow into chat_and_cache 2023-04-28 23:42:06 -03:00
anovazzi1
cccf992786 update thought icon for dark mode 2023-04-28 23:41:49 -03:00
Gabriel Almeida
5aa71e83fb chore(frontend): update backend proxy to use container name instead of IP address 2023-04-28 23:33:49 -03:00
anovazzi1
d4d8418c13 dark mode fixed on chat 2023-04-28 23:10:46 -03:00
anovazzi1
f97586813c fixed validation 2023-04-28 23:03:13 -03:00
Gabriel Almeida
c3dffa3508 feat(chat_manager.py): add empty_history method to ChatHistory class
fix(chat_manager.py): empty chat history for a client when an exception is raised
fix(GenericNode): fix useEffect dependencies to avoid unnecessary re-renders
2023-04-28 20:31:53 -03:00
Gabriel Almeida
177ffb3ea5 Merge remote-tracking branch 'origin/websocket' into chat_and_cache 2023-04-28 20:10:57 -03:00
anovazzi1
ccd8a3fe09 check advanced on node too 2023-04-28 20:02:37 -03:00
anovazzi1
8943de2575 check advanced on node too 2023-04-28 19:59:52 -03:00
anovazzi1
8d29bd1b0a hide advanced icon if all the fields aren't advancedand show true 2023-04-28 19:46:53 -03:00
anovazzi1
733f62defb remove error on console 2023-04-28 19:44:15 -03:00
anovazzi1
11b82aa556 hide advanced icon if all the fields aren't advanced 2023-04-28 19:41:17 -03:00
anovazzi1
cde48131e3 fix bug on event prevent default 2023-04-28 17:59:23 -03:00
Gabriel Almeida
2bc1fdd32e prettier 2023-04-28 14:46:05 -03:00
Gabriel Almeida
e4b4cf19a2 refactor(GenericNode): remove commented out code and add comments to code
feat(GenericNode): add validation check for node changes by comparing length of nodes and edges array
2023-04-28 14:43:27 -03:00
Gabriel Almeida
35b4b50b8f Merge remote-tracking branch 'origin/websocket' into chat_and_cache 2023-04-28 09:58:10 -03:00
anovazzi1
e92cf1110a change chat shortcut to ctrl+k and handled websocket errors 2023-04-27 23:23:51 -03:00
Gabriel Almeida
6e2b4b01dc style(dropdownComponent): add dark mode support to dropdown component options and background color 2023-04-27 20:52:53 -03:00
anovazzi1
69c7bbb0a9 fixed wrong bolean logic, now show in modal only if show is true 2023-04-27 20:48:52 -03:00
anovazzi1
1f9cc38fd8 Merge branch 'dev' into NodeModal 2023-04-27 20:37:04 -03:00
anovazzi1
65172707d9 Merge branch 'dev' into NodeModal 2023-04-27 20:22:21 -03:00
anovazzi1
be25947f55 check if show if false to add item on advanced modal 2023-04-27 19:36:37 -03:00
anovazzi1
a75f22fe21 update template working for import 2023-04-27 19:29:50 -03:00
anovazzi1
d91beb9cda update template working for local flow on browser 2023-04-27 19:24:02 -03:00
Gabriel Almeida
917cc51148 Refactor alertDropDown components
Adjust singleAlertComponent's formatting for better readability and add a custom hook to handle click outside functionality in alertDropdown component.
2023-04-27 17:01:51 -03:00
Gabriel Almeida
cdfaed1999 style(dropdownComponent): add dark mode support to dropdown button background color 2023-04-27 15:20:19 -03:00
Gabriel Almeida
1e8f342037 feat(frontend): add support for environment variable NODE_ENV in start script
feat(frontend): change proxy to backend container name
feat(chatModal): add support for environment variable NODE_ENV in WebSocket connection
2023-04-27 10:16:28 -03:00
Gabriel Almeida
cdc6d2994a Refactor WebSocket connection to new port number 7860 in Makefile and add file upload support to ChatModal component. 2023-04-27 09:53:31 -03:00