Cristhian Zanforlin Lousa
151d01f506
🔧 chore(Makefile): remove unnecessary semicolons in Makefile commands
...
🔧 chore(Makefile): remove unnecessary package-lock.json deletion in install_frontendc command
✨ feat(ParameterComponent): add KeypairListComponent to handle key-value pairs
🔧 chore(KeypairListComponent): create KeypairListComponent to handle key-value pairs
🔧 chore(KeypairListComponent): add handleChangeKey and handleChangeValue functions to handle changes in key-value pairs
🔧 chore(KeypairListComponent): add button to add new key-value pair and remove existing key-value pair
🔧 chore(KeypairListComponent): add disabled prop to disable editing of key-value pairs
🔧 chore(KeypairListComponent): add editNode prop to style input fields in edit mode
🔧 chore(types): add KeyPairListComponent type definition
2023-08-24 21:00:38 -03:00
anovazzi1
668387dde8
Merge branch 'dev' into bugfix-tweakPage
2023-08-24 17:18:40 -03:00
anovazzi1
4fab63e5de
code format
2023-08-24 17:10:02 -03:00
anovazzi1
c1c5b2242f
fix(buildTrigger/index.tsx): change the success message title from "Code is ready to run" to "Flow is ready to run" for better clarity and accuracy
2023-08-24 17:08:24 -03:00
DiogenesBR
cdd25dbeb2
add some new types to the .gitattributes
2023-08-24 14:56:09 +00:00
Gabriel Luiz Freitas Almeida
061a9c09ba
Merge remote-tracking branch 'origin/main' into dev
2023-08-23 21:42:34 -03:00
anovazzi1
cd6985591f
fix(App.tsx): replace hardcoded error message with FetchErrorComponent to improve error handling and display
...
feat(App.tsx): add support for displaying fetch error message and description in FetchErrorComponent
feat(fetchErrorComponent): create FetchErrorComponent to display fetch error message and description
fix(genericIconComponent): add stroke-width property to ensure consistent icon stroke width
feat(loadingComponent): import LoadingComponentProps from types/components to improve type safety
feat(constants): add FETCH_ERROR_MESSAGE and FETCH_ERROR_DESCRIPTION constants for fetch error handling
fix(typesContext): remove console.log statement and set fetchError to true when an error occurs during fetching types
feat(typesContext): add error handling for fetching types and set fetchError to true when an error occurs
feat(typesContext): import fetchErrorComponentType from types/components to improve type safety
feat(types/components): create fetchErrorComponentType and LoadingComponentProps interfaces for type safety
fix(styleUtils): import Unplug icon from lucide-react to fix missing icon issue
2023-08-23 21:09:53 -03:00
igorrCarvalho
9686542f0a
Fix: code is ready to run does not appear after build
2023-08-23 20:38:40 -03:00
igorrCarvalho
8fb73e689a
Fix: Code is ready to run success alert showing up in tweaks page
2023-08-23 20:23:18 -03:00
igorrCarvalho
13a60c872f
Fix: Node deleted when press backspace on tweaks page
2023-08-23 19:26:25 -03:00
igorrCarvalho
56a75af6da
Remove console.log
2023-08-23 18:02:50 -03:00
igorrCarvalho
0ffdaa00a5
Fix: Backspace doesnt work on tweak page
2023-08-23 17:39:34 -03:00
anovazzi1
d9b03980f7
fix(typesContext.tsx): remove unnecessary code that checks result status and fetches health on error
...
fix(typesContext.tsx): handle error when fetching types and set fetchError state to true
2023-08-23 14:59:20 -03:00
anovazzi1
ea105ee7af
refactor(typesContext.tsx): remove unnecessary retry logic and interval for fetching types
...
fix(typesContext.tsx): fix issue where component was not unmounting properly and causing memory leaks
2023-08-23 14:44:45 -03:00
anovazzi1
f22768c2bc
fix(App.tsx): remove extra comma in the useContext hook
...
feat(App.tsx): add support for displaying fetch error message when there is an error in the backend API call
fix(typesContext.tsx): add error handling for API call and set fetchError state accordingly
feat(typesContext.tsx): add fetchError state and setFetchError function to the typesContext
2023-08-23 12:52:49 -03:00
DiogenesBR
78c58c1f7e
Merge dev with custom_component_chroma
2023-08-22 19:21:52 -03:00
igorrCarvalho
185754e2cd
a
2023-08-22 15:00:14 -03:00
igorrCarvalho
d7f0ab9ba3
Fix: Tweak section and tweaks inputs not working
2023-08-21 17:47:37 -03:00
DiogenesBR
5e7681ea09
Add some new types to .gitattributes
2023-08-18 16:58:18 -03:00
anovazzi1
ab81c604a1
chore(Makefile): update 'install_frontendc' target to remove existing node_modules and package-lock.json before running 'npm install' to ensure a clean installation
2023-08-17 15:30:24 -03:00
Lucas Oliveira
500fc98a00
Merge branch 'main' into dev
2023-08-17 10:13:38 -03:00
anovazzi1
4b64d38d68
fix(inputComponent): fix TypeScript error by adding non-null assertion to className variable
...
fix(authContext): fix TypeScript error by setting initial value of userData to null
fix(tsconfig.json): enable strict mode in TypeScript compiler for better type checking and error detection
2023-08-16 18:29:47 -03:00
anovazzi1
e33e236466
Merge branch 'login' into types_refactor
2023-08-16 18:19:36 -03:00
anovazzi1
545a099339
removed strict and implicity any from tsconfig
2023-08-16 18:13:53 -03:00
anovazzi1
c5850977a7
fix(utils.ts): add TemplateVariableType import to fix type error in checkBaseClass function
...
chore(tsconfig.json): set strict to false and noImplicitAny to true to relax strict type checking and enforce explicit typing
2023-08-16 18:00:37 -03:00
anovazzi1
57f580c93d
refactor(utils.ts): simplify logic for getting chat input field
...
The logic for getting the chat input field has been simplified by removing unnecessary checks and using optional chaining. This improves readability and reduces the complexity of the code.
2023-08-16 17:52:08 -03:00
anovazzi1
af218867eb
fix(formModal): fix nullish coalescing operator usage to handle nullable properties in tabsStateFlowId.formKeysData
2023-08-16 17:49:03 -03:00
anovazzi1
9b0ff166c9
fix(ApiModal): fix null assertion on tabs array
...
fix(ApiModal): fix strict mode in tsconfig.json to enable strict type checking
2023-08-16 17:45:12 -03:00
anovazzi1
0b8d91f116
Merge branch 'release' into bug/loadingIndicator
2023-08-16 15:26:15 -03:00
anovazzi1
408ef81a5b
chore(constants.ts): add missing newline at the end of the file
...
feat(tabsContext.tsx): add support for skipping node updates based on node type defined in the skipNodeUpdate constant to improve performance and prevent unnecessary updates
2023-08-16 15:02:57 -03:00
anovazzi1
aae6223593
code format
2023-08-15 19:43:43 -03:00
anovazzi1
ec79cc43bd
Merge remote-tracking branch 'origin/dev' into types_refactor
2023-08-15 19:34:53 -03:00
anovazzi1
8f82367300
refactor(modals/UserManagementModal): move import statement for InputComponent to the top for better organization and readability
...
refactor(pages/loginPage): remove unused import statement for IconComponent
refactor(pages/signUpPage): remove unused import statement for IconComponent
refactor(routes.tsx): remove unused import statement for SignUp page
2023-08-15 16:05:08 -03:00
anovazzi1
015064b453
Merge branch 'authentication' into login
2023-08-15 16:03:42 -03:00
gustavoschaedler
c752872fc3
🐛 fix(auth.py): add optional parameter 'update_last_login' to 'create_user_tokens' function to allow updating last login only when needed
...
🐛 fix(auth.py): add optional parameter 'db' to 'create_refresh_token' function to allow passing the database session
✨ feat(login.py): pass 'update_last_login=True' to 'create_user_tokens' function to update last login when user successfully logs in
🐛 fix(ApiModal/index.tsx): fix formatting of 'codesArray' array to improve readability
🐛 fix(formModal/index.tsx): fix formatting of 'getWebSocketUrl' function to improve readability
🐛 fix(vite.config.ts): fix typo in comment
2023-08-15 16:50:40 +01:00
Lucas Oliveira
2b21db32b5
Feature/view mode ( #769 )
...
This feature implements a view mode to all of the flows, to embed on
sites.
2023-08-15 12:43:29 -03:00
Lucas Oliveira
685ac70e90
disabled ZoomOnDoubleClick
2023-08-15 12:31:17 -03:00
Lucas Oliveira
fe7239b577
Disabled Pan On Pinch
2023-08-15 12:30:39 -03:00
Lucas Oliveira
8529c379e1
Disabled zoom and pan when on view mode
2023-08-15 12:29:19 -03:00
Lucas Oliveira
3667f4812e
Fixed bug: flow not showing
2023-08-15 12:21:20 -03:00
Lucas Oliveira
81dba95720
Added view option to LangFlow
2023-08-15 12:16:32 -03:00
Lucas Oliveira
f1f958a7ae
CtrlBackspace fixed on Macbook
2023-08-15 08:52:07 -03:00
Gabriel Luiz Freitas Almeida
d0cee2cc09
Formatting
2023-08-14 21:07:54 -03:00
igorrCarvalho
cb66255b84
Refactor: Refactor api modal constant
2023-08-14 18:17:12 -03:00
Gabriel Luiz Freitas Almeida
9df5e94195
Prevent Default on Ctrl + Backspace in ReactFlow ( #706 )
2023-08-14 19:42:29 +00:00
Cristhian Zanforlin Lousa
754d26633a
🐛 fix(constants.ts): add backtick (`) and backtick (´) to specialCharsRegex to include them as special characters
2023-08-14 16:39:22 -03:00
Cristhian Zanforlin Lousa
4522cd383e
🐛 fix(reactflowUtils.ts): fix bug with control+backspace key combination on Windows/Linux and Mac
2023-08-14 16:28:52 -03:00
Cristhian Zanforlin Lousa
a531cc6066
🔧 chore(reactflowUtils.ts): remove console.log statement for keydown event in handleKeyDown function
...
🐛 fix(reactflowUtils.ts): fix handleKeyDown function to properly handle special characters and backspace key
2023-08-14 15:58:26 -03:00
igorrCarvalho
e705f5bdf4
Refactor[UserManagementModal]: Refactor admin user sign to use password input component
2023-08-14 12:38:59 -03:00
igorrCarvalho
019e34190a
Refactor: Remove Link in signup button
2023-08-14 12:27:50 -03:00