Commit graph

303 commits

Author SHA1 Message Date
Gabriel Almeida
aac72b894a style(ApiModal): fix indentation in SyntaxHighlighter className prop
refactor(ApiModal): add json import to pythonApiCode to fix json.loads error
2023-05-15 10:10:00 -03:00
Lucas Oliveira
50ba94e470 Changed API modal to include Python code 2023-05-12 08:43:43 -03:00
Lucas Oliveira
a80bf37be4 Merge branch 'frontChanges' of github.com:logspace-ai/langflow into frontChanges 2023-05-11 23:41:33 -03:00
Lucas Oliveira
8acde598c4 Changed alerts dark mode classes 2023-05-11 23:36:41 -03:00
Lucas Oliveira
64010cd2f4 changed dark mode at node modal 2023-05-11 23:20:27 -03:00
Lucas Oliveira
1fb5fd6e45 changed alert dark mode classes 2023-05-11 23:18:38 -03:00
Lucas Oliveira
3fde0df580 changed dark mode classes 2023-05-11 23:18:30 -03:00
Lucas Oliveira
3b68fef647 changed dark mode classes, added X icon to chat, changed icon of AI 2023-05-11 22:57:01 -03:00
anovazzi1
b1b8ba3f38 removed tooltip prom import card 2023-05-11 22:27:17 -03:00
anovazzi1
7bf5d27379 Merge branch 'dev' into FixCopyPaste 2023-05-11 21:50:06 -03:00
anovazzi1
5a0a9221b9 fixed copy and paste bug 2023-05-11 21:46:55 -03:00
Gabriel Almeida
0d43a9b32b fixed python code 2023-05-11 19:48:56 -03:00
Lucas Oliveira
6f42514fd5 Fixed Dark Mode on Import screen 2023-05-11 19:31:37 -03:00
Lucas Oliveira
9496728eb5 Fixed Python API code 2023-05-11 18:58:07 -03:00
Lucas Oliveira
2589b1f468 Fixed dark mode classes on FileInput 2023-05-11 14:01:59 -03:00
Lucas Oliveira
6030b47915 Removed JS from API modal 2023-05-11 14:00:29 -03:00
Lucas Oliveira
97c60eaa5d Merge branch 'dev' into frontChanges 2023-05-11 13:59:12 -03:00
Gabriel Almeida
7fbce31a50 refactor(chatModal): improve code readability and formatting 2023-05-11 11:28:12 -03:00
Gabriel Almeida
03e9edd8b7 Merge branch 'dev' of https://github.com/logspace-ai/langflow into streaming 2023-05-11 09:31:28 -03:00
Lucas Oliveira
23f349a2d8 Fixed typo in class at API modal 2023-05-11 00:04:23 -03:00
Lucas Oliveira
d01db97cd3 Changed Chat modal to work with dark mode 2023-05-11 00:00:17 -03:00
Lucas Oliveira
2961fc25a7 ApiModal dark mode fixed 2023-05-10 23:56:20 -03:00
Gabriel Almeida
fc20775fdb Merge branch 'streaming' of https://github.com/logspace-ai/langflow into streaming 2023-05-10 22:44:02 -03:00
Gabriel Almeida
374a6c8f46 style(fileComponent): add dark mode support to file download button and tooltip background color and text color 2023-05-10 22:41:28 -03:00
anovazzi1
84d0c28c2f fixed padding 2023-05-10 22:38:20 -03:00
Gabriel Almeida
1f4f734dc3 changed padding button, and chat 2023-05-10 22:31:10 -03:00
anovazzi1
9a63329dc7 fix spacing 2023-05-10 22:09:57 -03:00
anovazzi1
b1e5e4fd19 formated all code inside the src folder 2023-05-10 21:18:29 -03:00
anovazzi1
32972b0f8a added error handling 2023-05-10 20:30:14 -03:00
anovazzi1
6431392576 implemented image setup 2023-05-10 19:44:41 -03:00
Lucas Oliveira
5d6d50d537 api modal fixed with code viewer 2023-05-10 15:49:57 -03:00
Gabriel Almeida
fc007e4349 Merge remote-tracking branch 'origin/dev' into streaming 2023-05-10 11:19:04 -03:00
Gabriel Almeida
81f6382b40 Merge remote-tracking branch 'origin/chatUpdate' into streaming 2023-05-10 11:01:08 -03:00
dataman
67db4ba69c change line endings to linux. the other way was not wokring consistantly 2023-05-10 10:34:17 +00:00
dataman
858d84e2a2 change line endings to linux. 2023-05-10 10:34:17 +00:00
anovazzi1
eb4ebc4b3d first version image 2023-05-09 22:29:31 -03:00
anovazzi1
08dacd7042 handle files on end 2023-05-09 20:07:48 -03:00
anovazzi1
5c2c9b943b fancy code block implemmented 2023-05-09 19:33:44 -03:00
anovazzi1
4ca064ebdc fixed duplicated message 2023-05-09 18:02:43 -03:00
Lucas Oliveira
279d86a0e1 API modal implemented 2023-05-09 17:59:03 -03:00
anovazzi1
bb5dae166f added markdown github extension and latex sintax to the user message 2023-05-09 17:31:56 -03:00
anovazzi1
aafb14add3 added markdown github extension and latex sintax to the chat 2023-05-09 17:31:30 -03:00
anovazzi1
702834731d Merge branch 'streaming' into chatUpdate 2023-05-09 17:12:44 -03:00
Lucas Oliveira
b8c95fb7ec Get data from Validate Nodes and display it on Tooltip 2023-05-09 16:56:05 -03:00
Gabriel Almeida
2c836c1950 fix: remove snake to normal case from export flow 2023-05-09 13:19:53 -03:00
Gabriel Almeida
956b28b6e9 refactor(chatModal): add condition to concatenate message string only if end is false 2023-05-09 11:52:01 -03:00
anovazzi1
7f162789a1 improve on markdwon, but image from bot is comming as code block 2023-05-08 18:16:51 -03:00
Gabriel Almeida
3a412510d8 Merge branch 'chatUpdate' of https://github.com/logspace-ai/langflow into streaming 2023-05-08 15:40:28 -03:00
anovazzi1
055b68a2a2 basic markdown implemented 2023-05-08 15:15:22 -03:00
Gabriel Almeida
234358bc6e fix: if streaming did not work, get message from end 2023-05-06 08:28:54 -03:00