Commit graph

11,259 commits

Author SHA1 Message Date
igorrCarvalho
63dec536e6 Refactor: Create modal_classes constant 2024-06-09 20:31:46 -03:00
igorrCarvalho
4f80346602 Feat: create isThereModal validate function to prevent modals from opening on top of each other 2024-06-09 20:29:35 -03:00
igorrCarvalho
d07dec9195 Add preventDefault to every shortcut call 2024-06-09 19:06:05 -03:00
igorrCarvalho
c59542db19 Feat: add colorful padding to visual shortcut on toolbar 2024-06-09 19:00:09 -03:00
igorrCarvalho
d14e13d4e4 Feat: Add shortcut to open flow share modal 2024-06-09 18:51:31 -03:00
igorrCarvalho
2bbf01deaa Feat: add visual shortcuts to nodeToolbar tooltips 2024-06-09 18:11:34 -03:00
Rodrigo
3ddd42b127 chore: Update display name for input field in ChatComponent 2024-06-09 17:17:16 -03:00
igorrCarvalho
a335bb7989 Fix: place toolbar icons in the center of the toolbarItem 2024-06-09 17:06:12 -03:00
igorrCarvalho
4fd9677fb6 Feat: add shortcut to open flow Share modal 2024-06-09 16:50:57 -03:00
italojohnny
565df927dc add exception to Credentials vars in session_id fields 2024-06-09 16:01:42 -03:00
igorrCarvalho
71525cfe47 Remove console.log 2024-06-09 16:00:36 -03:00
igorrCarvalho
81a29da787 Fix: API modal not opening with shortcut 2024-06-09 15:36:57 -03:00
igorrCarvalho
3541101047 Refactor: Use a single array of shortcuts to prevent bugs on MACOS 2024-06-09 14:49:06 -03:00
igorrCarvalho
9d73489ea9 Refactor: remove cache before saving shortcuts 2024-06-09 13:40:00 -03:00
igorrCarvalho
93ba523dee Merge branch 'shortcuts_settings' of github.com:langflow-ai/langflow into shortcuts_settings 2024-06-09 13:24:00 -03:00
igorrCarvalho
d372a8eb93 Fix: add panActivationKeyCode to reactFLow to prevent pan bugs 2024-06-09 13:23:44 -03:00
igorrCarvalho
b99a82e81f Fix: shortcuts not saving properly 2024-06-09 12:27:08 -03:00
ogabrielluiz
e6147871ee Refactor: Remove unnecessary isMac prop from toolbarSelectItem component and add IS_MAC constant 2024-06-09 11:26:42 -03:00
Gabriel Luiz Freitas Almeida
90a8adca29
Merge branch 'cz/mergeAll' into shortcuts_settings 2024-06-09 06:27:26 -07:00
italojohnny
d738f4ca78 fix: Prevent params overwrite for session_id key 2024-06-09 09:42:30 -03:00
igorrCarvalho
40e977cc3c Refactor: Improve code check to prevent bugs 2024-06-08 23:41:40 -03:00
igorrCarvalho
fc4791526b Refactor: add freeze to nodetoolbar 2024-06-08 20:51:34 -03:00
igorrCarvalho
f970271513 Refactor: Change button variant to default 2024-06-08 20:45:42 -03:00
igorrCarvalho
a7187ff723 Fix: using space in shortcuts table break the app 2024-06-08 20:17:53 -03:00
igorrCarvalho
a58f0b0c7e Refactor: Remove openWDoubleClick 2024-06-08 19:40:47 -03:00
igorrCarvalho
04f6f33138 Refactor: remove save and freeze from toolbar 2024-06-08 19:35:34 -03:00
igorrCarvalho
ce4550d2ce Refactor: put freeze inside more 2024-06-08 19:20:32 -03:00
igorrCarvalho
f4a8b31012 Remove console.log 2024-06-08 18:38:16 -03:00
igorrCarvalho
6b108794ef Refactor: change command for cmd 2024-06-08 18:35:14 -03:00
igorrCarvalho
f5f5147397 Refactor: Remove checkbox and pagination 2024-06-08 18:12:53 -03:00
igorrCarvalho
4b090d6229 Refactor: add a name to shortcuts column 2024-06-08 18:08:45 -03:00
igorrCarvalho
a53180ee31 Refactor: Enable editing on double click and make changes in initial state 2024-06-08 18:08:04 -03:00
igorrCarvalho
9c88ed3cf6 Refactor: retrieve shortcuts data directly in the store 2024-06-08 17:24:16 -03:00
anovazzi1
ea2f1c54e8 chore: Update outputModal size prop to "medium-tall" 2024-06-08 16:31:49 -03:00
anovazzi1
a6026944a8 make readonly edit record table on outputPreview 2024-06-08 16:19:35 -03:00
anovazzi1
0c5e054985 chore: Update cardComponent and button styles
This commit updates the styles of the cardComponent and button components.

In the cardComponent, the height of the card is changed to a fixed value of 11rem, which improves the consistency of the card layout.

In the button component, the "gap-2" class is removed from the button variants, which removes the gap between the button icon and label. This change enhances the visual appearance of the buttons.

These style updates improve the overall user experience and visual consistency of the application.

Fixes #<issue_number>
2024-06-08 15:32:17 -03:00
anovazzi1
2202540a06 remove rows animation 2024-06-08 15:19:37 -03:00
anovazzi1
6917bf66a2 add default profile pic 2024-06-08 15:19:20 -03:00
Rodrigo
f2a8e0fda8 Refactor: Update destructive color in CSS 2024-06-08 14:44:15 -03:00
anovazzi1
719c031212 feat: Add drag and drop file upload functionality to chat input
This commit adds the drag and drop file upload functionality to the chat input component in the IOModal. It allows users to drag and drop files into the chat input area for uploading. The files are then processed and added to the chat message.

Files are validated to ensure they have the correct file extensions (png, jpg, jpeg, gif, bmp, webp) before uploading. If an invalid file is dropped, an error message is displayed.

This feature improves the user experience by providing a convenient way to upload files in the chat input.

Fixes #2115
2024-06-08 13:41:29 -03:00
anovazzi1
770dff7075 chore: Update tab label in IOModal component 2024-06-08 13:06:52 -03:00
Rodrigo
e5f404e863 chore: Update selected color in index.css 2024-06-08 13:05:06 -03:00
anovazzi1
e02195024b chore: Update connection color in index.css 2024-06-08 12:55:39 -03:00
anovazzi1
8d9808d58e fix edge selection state 2024-06-08 12:51:04 -03:00
anovazzi1
740cb874c9 update CheckCodeValidity 2024-06-08 12:01:15 -03:00
anovazzi1
2055be160a chore: Add early return for CustomComponent in useCheckCodeValidity hook 2024-06-08 11:55:05 -03:00
anovazzi1
c9e591a492 Refactor profile picture chooser component to support dark mode 2024-06-08 11:40:19 -03:00
Lucas Oliveira
8fba139bfa
Added updatable components and avatar (#2115)
## Features:

- Avatar Selection within certain images
- Update more obvious and appearing only when component is not edited by
user
2024-06-08 01:08:36 +02:00
Lucas Oliveira
98dcadc797 Merge remote-tracking branch 'origin/cz/mergeAll' into fix/edited_component 2024-06-07 20:06:50 -03:00
Lucas Oliveira
b801689f32 Implemented image at header and implemented horizontal scroll 2024-06-07 20:05:52 -03:00