langflow/src/frontend/src
Gabriel Luiz Freitas Almeida 0645693069 🐛 fix(utils.ts): simplify ternary operator in validateNode function
The ternary operator in the validateNode function was simplified by removing the unnecessary if statement. The code is now more concise and easier to read.
2023-06-23 10:54:34 -03:00
..
alerts constant style input, open prompt icon hover color 2023-06-14 09:25:28 -03:00
assets changed dark mode classes, added X icon to chat, changed icon of AI 2023-05-11 22:57:01 -03:00
components 🔥 refactor(inputFileComponent): remove unused import of RadialProgressComponent 2023-06-23 10:51:59 -03:00
contexts Add RadialProgress value state, remove progressContext 2023-06-21 13:50:27 -03:00
controllers/API 🔥 refactor(API): remove unused postValidateNode function 2023-06-22 11:45:55 -03:00
CustomNodes/GenericNode Merge remote-tracking branch 'origin/dev' into multipart_endpoint 2023-06-21 10:07:14 -03:00
icons 🔨 refactor(frontend): remove unnecessary empty object destructuring in LoadingSpinner component 2023-06-22 22:57:00 -03:00
modals style: formatting 2023-06-21 16:18:31 -03:00
pages feat(PageComponent): adjust minZoom and maxZoom values to improve user experience when zooming in and out of the flowchart. 2023-06-22 22:17:37 -03:00
types feat(chat.py): add error handling to stream_build function and improve log messages 2023-06-22 19:48:37 -03:00
App.css formated all code inside the src folder 2023-05-10 21:18:29 -03:00
App.tsx feat(App.tsx, FlowPage/index.tsx): add version number to the footer of the app to show the current version of LangFlow 2023-06-16 16:27:13 -03:00
constants.tsx 🐛 fix(constants.tsx): change payload key from "message" to "inputs" to match API requirements 2023-06-22 19:22:04 -03:00
index.css 🎨 style(index.css): reformat CSS file to improve readability and consistency 2023-06-16 14:01:31 -03:00
index.tsx Formatting 2023-05-27 13:01:20 -03:00
logo.svg refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
png.d.ts Formatting 2023-05-27 13:01:20 -03:00
reportWebVitals.ts Formatting 2023-05-27 13:01:20 -03:00
routes.tsx format: run make format 2023-06-16 18:54:18 -03:00
svg.d.ts Formatting 2023-05-27 13:01:20 -03:00
utils.ts 🐛 fix(utils.ts): simplify ternary operator in validateNode function 2023-06-23 10:54:34 -03:00