Commit graph

2,239 commits

Author SHA1 Message Date
anovazzi1
2446759943 Merge branch 'dev' into generic_icon_component 2023-07-18 12:16:34 -03:00
anovazzi1
06dc663467 change TWstyle to className 2023-07-18 11:48:49 -03:00
anovazzi1
3aaeee42fe fix bug on tooltip with div wrapping 2023-07-18 11:43:59 -03:00
anovazzi1
13770a87f3 refactor(genericIconComponent): remove console.log statement in IconComponent function to improve code cleanliness and remove unnecessary logging 2023-07-18 11:20:07 -03:00
anovazzi1
9cf639841f update name from style to TWstyle to avoid conflicts 2023-07-18 11:15:25 -03:00
Igor Carvalho
56eb70674a refactor[genericIconComponent]: Remove unnecessary svg method function 2023-07-17 19:47:15 -03:00
Igor Carvalho
5af49e5a36 refactor[genericIconComponent]: Remove unnecesary switch case 2023-07-17 19:43:46 -03:00
anovazzi1
6ee309ab22 formated code 2023-07-17 19:31:12 -03:00
Igor Carvalho
2fc55105db refactor: Remove unnused code 2023-07-17 19:21:26 -03:00
Igor Carvalho
7a9abc2af5 refactor[GenericNode]: Remove unnused code 2023-07-17 19:06:46 -03:00
Igor Carvalho
010f502adc refactor[tabsContext]: Remove unnused code 2023-07-17 15:57:29 -03:00
Igor Carvalho
3249f0153e refactor[promptComponent]: Remove unnused code 2023-07-17 15:54:40 -03:00
Igor Carvalho
b156d68cac refactor[src/components/ExtraSideBarComponent/index.tsx]: Remove duplicate side bar component 2023-07-17 15:29:00 -03:00
Igor Carvalho
709e3ef0e7 refactor[cardComponent]: Remove unnused code 2023-07-17 14:40:08 -03:00
Igor Carvalho
c6ffb9a698 refactor<genericIconComponent>: Remove unnused SVG icon method 2023-07-17 14:14:33 -03:00
Igor Carvalho
1dcabe6751 Remove console.log 2023-07-16 17:51:30 -03:00
Igor Carvalho
5486e31d14 feat[GenericNode]: Change GenericNode icon to generic icon 2023-07-16 17:50:13 -03:00
Igor Carvalho
8101bbc21e feat: Change hard coded lucide icons to generic icon component 2023-07-14 20:55:24 -03:00
Igor Carvalho
c332050788 feat[utils.ts]:Add hard-coded icons into lucide utils icon object 2023-07-14 17:05:27 -03:00
anovazzi1
18820facbb added fallback icon in IconComponent 2023-07-14 15:27:53 -03:00
anovazzi1
2f1b675122 format code 2023-07-14 15:19:52 -03:00
anovazzi1
7d2f853630 added enum type for Icon method 2023-07-14 15:18:36 -03:00
Igor Carvalho
c6e7e9cad4 feat[genericIconComponent]: Add a lucide method to the icon component 2023-07-13 19:58:55 -03:00
Igor Carvalho
e72010ca40 Remove unnecessary imports 2023-07-13 18:49:18 -03:00
Igor Carvalho
d9af07b81b
Merge branch 'generic_icon_component' into icon_conflits 2023-07-13 18:30:28 -03:00
Igor Carvalho
6c9220ec1e feat[genericIconComponent]: Add a SVG method to the icon component 2023-07-13 18:28:10 -03:00
Gabriel Luiz Freitas Almeida
38da096245 🐛 fix(base.py): rename _remove_invalid_nodes() to _validate_nodes() for clarity and accuracy
🔥 chore(base.py): remove unnecessary check for single node and no edges in _validate_nodes()
🔥 chore(base.py): remove unused import statement
🔥 chore(base.py): remove unused _validate_node() method
🔥 chore(base.py): remove unused import statement
2023-07-13 15:01:08 -03:00
Cristhian Zanforlin Lousa
f2724f1116 🐛 fix(tabsContext.tsx): update stroke color of edges to use a shorter hex code for better readability
🐛 fix(tabsContext.tsx): update stroke color of edges to use a consistent color code for better consistency
2023-07-13 14:34:28 -03:00
Cristhian Zanforlin Lousa
0e40bb0a87 🐛 fix(index.css): swap colors for chat bot and chat user icons to match their respective roles 2023-07-13 13:37:33 -03:00
Cristhian Zanforlin Lousa
36844cdcdb 🔧 fix(constants.tsx): reduce MAX_WORDS_HIGHLIGHT from 110 to 79 to limit the number of highlighted words in tooltips
🔥 chore(genericModal/index.tsx): remove console.log statement
2023-07-13 12:17:22 -03:00
Cristhian Zanforlin Lousa
fe2525750e 🔧 chore(constants.tsx): add constant MAX_WORDS_HIGHLIGHT with a value of 110 for the maximum number of words to highlight in tooltips
🔧 chore(index.css): add CSS class .code-nohighlight with different max-height value for tooltips with fewer words to display
🔧 chore(genericModal/index.tsx): add logic to dynamically apply CSS class .code-nohighlight to tooltips with fewer words to display
2023-07-13 11:37:02 -03:00
Cristhian Zanforlin Lousa
cc11213a0f 🎨 style(index.css): update color variables for chat bot and user icons for better visual distinction
🎨 style(index.css): update class names for code block modal span and button for better readability
🎨 style(index.css): update class name for code highlight block to limit max height
🐛 fix(chatMessage/index.tsx): update max width classes for markdown content to improve responsiveness
🐛 fix(genericModal/index.tsx): add missing useRef declarations for divRef and divRefPrompt
🐛 fix(genericModal/index.tsx): update class name for code highlight textarea to fix styling issue
🐛 fix(genericModal/index.tsx): add missing ref prop to Textarea component
🐛 fix(genericModal/index.tsx): add missing ref prop to div element for prompt variables
🐛 fix(genericModal/index.tsx): add missing ref prop to div element for prompt variables
2023-07-13 10:53:04 -03:00
Rodrigo Nader
28a8b1f1da change input to border-border 2023-07-13 01:15:18 -03:00
Rodrigo Nader
5727dbde8f add border-border to input-edit 2023-07-13 01:09:15 -03:00
Gabriel Luiz Freitas Almeida
049ba108bb fix: LangFlow -> Langflow 2023-07-12 19:30:37 -03:00
Igor Carvalho
49c0319e91 fix(src/icons): use lib to fix svg import error 2023-07-12 18:14:12 -03:00
Lucas Oliveira
3b41e189d3 Chat behavior fixed when there is no input variables empty 2023-07-11 23:04:36 -03:00
Lucas Oliveira
fcfe927255 changed separator 2023-07-11 22:53:41 -03:00
Lucas Oliveira
6a9c00bd3a Merge branch 'dev' of github.com:logspace-ai/langflow into dev 2023-07-11 22:51:17 -03:00
Lucas Oliveira
6ba70af2b9 added padding on highlight 2023-07-11 22:50:12 -03:00
Rodrigo Nader
717c8400fe change dark primary color 2023-07-11 22:42:35 -03:00
Lucas Oliveira
562792938e Fixed notification center styling 2023-07-11 22:32:19 -03:00
Lucas Oliveira
fb10a0d5f4 Fixed UI of Prompt Modal on Generic Modal 2023-07-11 22:29:00 -03:00
Lucas Oliveira
4ece1f13ff Fixed button appearing at start 2023-07-11 21:35:31 -03:00
Lucas Oliveira
9ec48cbd17 Fixed generic modal to use baseModal and fixed inputVariables to show on footer 2023-07-11 21:33:13 -03:00
Lucas Oliveira
7979f3c02e Fixed constant not used correctly 2023-07-11 21:08:21 -03:00
Lucas Oliveira
aba0ed40da Edit Prompt modal and other generic modals spacing fixed 2023-07-11 21:06:35 -03:00
Lucas Oliveira
d15c5636a2 Fixed bug on chatMessage 2023-07-11 20:33:46 -03:00
Lucas Oliveira
2c1203c437 Fixed colors on formModal 2023-07-11 20:20:21 -03:00
Lucas Oliveira
0471e99a86 Fixed useEffect bug 2023-07-11 19:58:33 -03:00