Commit graph

2,923 commits

Author SHA1 Message Date
Lucas Oliveira
d0daf5ad83 Fixed handles not showing when changing the output of the custom code 2024-01-15 22:13:08 +01:00
igorrCarvalho
0101a5fde9 Refactor: Change onConnection function to zustand store 2024-01-15 17:46:24 -03:00
anovazzi1
6e8c00ca75 Update setFilterEdge references in code 2024-01-15 16:20:15 -03:00
anovazzi1
6e01053f6f fix(App.tsx): increase the timer interval for fetching data to 20 seconds for better performance
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
2024-01-15 16:11:56 -03:00
cristhianzl
8a1be061de chore(playwright-report): fix indentation and formatting in index.html file
style(App.css): add overflow: hidden to body and fix indentation and formatting
2024-01-11 17:47:34 -03:00
cristhianzl
76a0f5162c fix(authContext.tsx): fix condition in logout function to check for autoLogin instead of isAuthenticated to prevent unnecessary logout 2024-01-11 10:03:07 -03:00
cristhianzl
030eed7804 fix(authContext.tsx): add check for isAuthenticated before attempting to logout to prevent unnecessary logout calls 2024-01-11 10:02:13 -03:00
anovazzi1
b4d9118748 Merge remote-tracking branch 'origin/cz/bug/state/zustand' into update_lc 2024-01-10 17:47:33 -03:00
cristhianzl
3babfedc05 lock 2024-01-10 11:04:09 -03:00
cristhianzl
e4af344c0c reverting changes signals 2024-01-09 17:31:15 -03:00
anovazzi1
db13e00258 Merge remote-tracking branch 'origin/cz/bug/state/zustand' into update_lc 2024-01-09 10:52:34 -03:00
Gabriel Luiz Freitas Almeida
8e32b5e6ea Fix import statement in custom_component_full.ts 2024-01-09 10:17:21 -03:00
cristhianzl
448c69c038 refactor(EditNodeModal): remove console.log statement for myData.value to improve code cleanliness 2024-01-09 10:10:21 -03:00
cristhianzl
3a7d07916a chore(package.json): add "@preact/signals-react" dependency to package.json
feat(EditNodeModal): use signals-react library for state management and add support for dynamic updates of myData value
2024-01-09 10:09:35 -03:00
anovazzi1
4591824a63 Merge branch 'cz/bug/state/zustand' into update_lc 2024-01-09 10:02:30 -03:00
anovazzi1
b80cad7d9d fix(authAdminGuard): remove unnecessary promise return in logout function call
fix(authGuard): remove unnecessary promise return in logout function call
fix(headerComponent): remove unnecessary promise return in logout function call
fix(authContext): add navigation to login page after logout
fix(api): remove unnecessary promise return in logout function call and add navigation to login page after logout
2024-01-08 16:51:56 -03:00
Lucas Oliveira
ad2351e3e7 removed location 2024-01-08 16:27:42 -03:00
Lucas Oliveira
c723924388 removed unused location store context 2024-01-08 16:22:32 -03:00
anovazzi1
d79915e7dc Remove unused Loading component and import statements 2024-01-08 16:08:07 -03:00
anovazzi1
dbfa18bb95 Fix login delay and add access token to every request 2024-01-08 16:07:31 -03:00
Lucas Oliveira
d26b4b4c11 Fixed past and future state on undo redo, removed loading on flow page 2024-01-08 15:58:58 -03:00
anovazzi1
e9f5ad4017 Refactor code formatting 2024-01-08 15:35:40 -03:00
anovazzi1
a7427ef20b Update login.py to include request parameter in refresh_token endpoint 2024-01-08 15:35:10 -03:00
Lucas Oliveira
4ba94fbd29 set sse data when changing nodes and edges to empty 2024-01-08 15:32:47 -03:00
Lucas Oliveira
221776c2d4 Removed SSE Store and fixed node building not appearing at node 2024-01-08 15:31:18 -03:00
Lucas Oliveira
41976f608e Fixed accordion button inside button 2024-01-08 14:34:26 -03:00
Lucas Oliveira
fe61802972 Fixed chatComponent not appearing after build 2024-01-08 14:27:50 -03:00
Lucas Oliveira
d1f82fa691 SSE Context moved to Zustand 2024-01-08 14:20:03 -03:00
Lucas Oliveira
c3304c4b6e Location Context moved to Zustand 2024-01-08 14:11:16 -03:00
Lucas Oliveira
e2a0990c06 Removed typesContext 2024-01-08 14:03:22 -03:00
Lucas Oliveira
31c80204eb Fix copy paste not being able to paste on other flow 2024-01-08 14:00:43 -03:00
anovazzi1
c7435c0c49 Revert "Refactor code and fix formatting issues"
This reverts commit 334ec24addf783990850b835d911ac778dfce6a2.
2024-01-08 13:39:32 -03:00
anovazzi1
f8f71fb603 Refactor code and fix formatting issues 2024-01-08 13:39:32 -03:00
Gabriel Luiz Freitas Almeida
0c592c8f06
Merge branch 'dev' into vectorstores/elasticsearch 2024-01-06 16:23:42 -03:00
Lucas Oliveira
c3bfcca6e2 Removed manual saving, only autosave now 2024-01-06 15:28:05 -03:00
Lucas Oliveira
4a3035873b Refactored stars and version refreshing 2024-01-06 15:15:25 -03:00
Lucas Oliveira
f87379c3d7 removed console log of errors 2024-01-06 15:01:22 -03:00
Lucas Oliveira
db99d64139 added function to useCallback 2024-01-06 14:58:42 -03:00
Lucas Oliveira
9ec2fe445d Fixed nodes cant be dropped when refreshing page 2024-01-06 14:57:42 -03:00
Lucas Oliveira
bacab7dbc1 changed sideBarDraggableComponent to forwardRef 2024-01-06 14:46:49 -03:00
Lucas Oliveira
7d04a98f68 Fixed button inside button on sidebar 2024-01-06 14:39:57 -03:00
Lucas Oliveira
f0f5887452 Fixed message of button inside button at Admin page 2024-01-06 14:31:28 -03:00
Lucas Oliveira
c34810b161 Fixed Confirmation Modal ref 2024-01-06 12:22:30 -03:00
Lucas Oliveira
290fc96d02 Fixed ctrl+z on intComponent 2024-01-06 11:57:44 -03:00
Lucas Oliveira
6abac9782d Fixed ctrl+z not working inside input 2024-01-06 11:45:33 -03:00
Lucas Oliveira
b4f7285b33 Implemented undoRedo on Zustand 2024-01-06 11:34:36 -03:00
Lucas Oliveira
882f365ff6 Passed the rest of the flowsContext functions to zustand, removed flowsContext 2024-01-06 01:27:54 -03:00
Lucas Oliveira
616a4f0031 added upload and download flows on zustand and utils 2024-01-06 01:00:59 -03:00
Lucas Oliveira
d44648d6c1 added saveFlow function to Zustand state and implemented it on the project 2024-01-06 00:27:36 -03:00
Lucas Oliveira
e3c3b18bdc Added refresh flows function 2024-01-05 23:48:55 -03:00