Lucas Oliveira
521cecf2c1
Fixed visual things at the meeting
2023-06-05 11:39:20 -03:00
Lucas Oliveira
886a938b98
Rename component added and set
2023-06-05 10:11:56 -03:00
Lucas Oliveira
2a6c8ae92e
Fixed header to display options only on flow name
2023-06-05 08:02:35 -03:00
Lucas Oliveira
56d0898861
Merge branch 'dev' into mainPage
2023-06-05 07:43:31 -03:00
Lucas Oliveira
24e205287a
Added header
2023-06-05 07:42:07 -03:00
Cristhian Zanforlin Lousa
1bd3303c52
Change the delay to open to instant
2023-06-02 17:49:53 -03:00
Gabriel Luiz Freitas Almeida
b754c8b490
Merge branch 'jimwhite-anthropic' into dev
2023-06-02 17:43:19 -03:00
Cristhian Zanforlin Lousa
c8665ef422
Fixing css formatting codacy
2023-06-02 17:35:30 -03:00
Cristhian Zanforlin Lousa
f0ca7eeac8
formatting with codacy
2023-06-02 17:29:22 -03:00
Cristhian Zanforlin Lousa
bd7cb06e91
merge fix
2023-06-02 17:17:51 -03:00
Cristhian Zanforlin Lousa
02cb94709d
Adding shad tooltip and grouping by class on edges
2023-06-02 17:15:59 -03:00
Jim White
07afc08129
Add model names for Anthropic and add ChatAnthropic (preferred over the deprecated Anthropic LLM).
2023-06-02 12:08:57 -07:00
anovazzi1
430043098d
fix dropdown value with wrong color
2023-06-02 14:15:06 -03:00
anovazzi1
7d49319696
saving darkMode on localStorage
2023-06-02 11:23:55 -03:00
Jim White
4f152bc7ef
Fix view for regular Anthropic logo
2023-06-01 23:28:44 -07:00
Jim White
8a049187df
Add Anthropic to LLMs including an icon.
2023-06-01 22:55:02 -07:00
Cristhian Zanforlin Lousa
0e234030a9
Starting migration for shadUI
2023-06-01 21:10:27 -03:00
Cristhian Zanforlin Lousa
56ca610a79
Starting migration to shadUI
2023-06-01 21:09:50 -03:00
Jacob Lee
76bbf62475
Surface an error message when a flow has an unknown node type.
...
This improves the user experience for issues like #283 .
2023-06-01 18:04:56 -05:00
Cristhian Zanforlin Lousa
da5b15fa68
Bringing the menu options opened on search
2023-06-01 17:47:27 -03:00
Cristhian Zanforlin Lousa
585e94285d
Adding title and icon of the parent menu on hover of the handle
2023-06-01 00:27:01 -03:00
anovazzi1
4c901ec022
Changing the mouse cursor on Canva's React Flow ( #420 )
...
## Description
This pull request introduces a new feature that allows users to change
the mouse cursor on Canva's React Flow. By updating the CSS and
JavaScript code, the cursor behavior can be modified to provide a
customized experience for users.
## Motivation
The ability to change the mouse cursor provides a way to enhance user
interaction and personalize the user experience within Canva's React
Flow. This feature can be particularly useful for applications or
websites that require specific cursor styles to match the overall design
or functionality.
2023-05-31 23:37:20 -03:00
Cristhian Zanforlin Lousa
2ee0244834
fixing identation warnings spaces - new
2023-05-31 22:20:12 -03:00
Cristhian Zanforlin Lousa
f27d067609
fixing identation warnings spaces
2023-05-31 22:16:16 -03:00
Cristhian Zanforlin Lousa
344b94f9b5
fixing warning identation
2023-05-31 22:06:49 -03:00
Cristhian Zanforlin Lousa
d9cae6b211
fixing identation warnings
2023-05-31 22:00:03 -03:00
Cristhian Zanforlin Lousa
9e4f898f54
Changing the mouse cursor on Canva's React Flow
2023-05-31 21:38:06 -03:00
Cristhian Zanforlin Lousa
6332c4c084
Changing the icon to move just in the last message on chat
2023-05-31 21:22:42 -03:00
Cristhian Zanforlin Lousa
893dc22fc4
Change the icon to move just in the last message
2023-05-31 21:21:51 -03:00
Cristhian Zanforlin Lousa
c33d7b9482
Fixing border edit icon
2023-05-31 21:03:27 -03:00
Cristhian Zanforlin Lousa
6d40575426
Adding tooltip and displaying just icons
2023-05-31 20:40:56 -03:00
Cristhian Zanforlin Lousa
ccd8652253
Removing the copy icon
2023-05-31 19:05:26 -03:00
Cristhian Zanforlin Lousa
14f69d8e56
Removing debugger from code
2023-05-31 16:48:43 -03:00
Cristhian Zanforlin Lousa
8f28531010
make format
2023-05-31 16:46:20 -03:00
Cristhian Zanforlin Lousa
47d6c94161
Adding any type to filter of edges
2023-05-31 16:42:30 -03:00
Lucas Oliveira
88095d8896
Fixed handle position when adding parameters to node
2023-05-31 16:12:25 -03:00
Cristhian Zanforlin Lousa
675b0fb2f6
Changing modal layout
2023-05-31 15:55:55 -03:00
Lucas Oliveira
70e66a51ec
Node edit modal done, bugs with handle and table
2023-05-31 13:29:58 -03:00
Lucas Oliveira
71cc9092f8
Added duplicate function on menu
2023-05-31 12:25:12 -03:00
Lucas Oliveira
bb62ea25bd
Fixed copy button on node toolbar
2023-05-31 12:05:24 -03:00
Jeremy Naccache
d02d11213e
fix(chatModal/index.ts) updated validation condition for required properties of nodes, to allow False values to be accepted
2023-05-31 17:00:18 +02:00
Lucas Oliveira
3eaff0b638
Added copy button on toolbar and changed Required indicator
2023-05-31 11:52:56 -03:00
Gabriel Almeida
f6dbc97d77
🐛 fix(endpoints.tsx): change returned key from 'filename' to 'file_path' for consistency
...
🐛 fix(inputFileComponent): update the key used to set the file path to match the change in the backend
The key returned by the endpoint was changed from 'filename' to 'file_path' for consistency. The key used to set the file path in the frontend was updated to match the change in the backend.
2023-05-31 01:14:30 -03:00
Gabriel Almeida
f7671874f0
🐛 fix(parameterComponent): change content field to file_path to match backend API
...
✨ feat(inputFileComponent): add file upload functionality and update state and callback with the filename
🔥 chore(tabsContext): remove console.log statements
🔧 chore(vite.config.ts): add upload route to apiRoutes
The content field in the parameterComponent was changed to file_path to match the backend API. The inputFileComponent now allows file uploads and updates the state and callback with the filename. The console.log statements were removed from the tabsContext. The upload route was added to the apiRoutes in the vite.config.ts file.
2023-05-30 23:41:41 -03:00
Cristhian Zanforlin Lousa
4160274b29
Adding search nodes to ExtraSideBarComponent
2023-05-30 22:15:01 -03:00
Cristhian Zanforlin Lousa
8aa2d2e4c9
Adding Node Toolbar ReactFlow
2023-05-30 19:37:36 -03:00
Lucas Oliveira
20cc70db36
Fixed scrolling to bottom when writing on chat
2023-05-30 15:48:18 -03:00
Lucas Oliveira
919ae5f325
Fixed Attribution Text on Dark Mode
2023-05-30 15:42:45 -03:00
Lucas Oliveira
04ab3cde15
Fixed zoom on double click node
2023-05-30 15:33:45 -03:00
Gabriel Almeida
429d8043d7
🔥 chore(utils.ts): remove commented out code for unused loaders
...
The commented out code for the loaders that are not used in the application has been removed to improve code readability and maintainability.
2023-05-30 11:55:34 -03:00