cristhianzl
17d3d177c1
Merge branch 'fix/minor_ui_adjustments' of https://github.com/langflow-ai/langflow into fix/minor_ui_adjustments
2024-06-10 17:23:27 -03:00
cristhianzl
d028d83d37
✨ (frontend): add image preloading hook and suspense image component
...
- Add `usePreloadImages` hook to preload profile pictures
- Add `SuspenseImageComponent` for handling image loading with suspense
- Update `ProfilePictureChooserComponent` to use the new hook and component
2024-06-10 17:23:11 -03:00
Lucas Oliveira
8f3706b6b7
Changed label of Download Flow button
2024-06-10 17:12:06 -03:00
Lucas Oliveira
5f19ce9298
Added input component to dom and added event listener instead of setting onChange
2024-06-10 16:50:54 -03:00
Lucas Oliveira
1e1b40be65
Removed size, because default is not defined
2024-06-10 16:12:23 -03:00
Lucas Oliveira
427e2c4f73
Fixed modal size
2024-06-10 16:11:31 -03:00
Lucas Oliveira
8b209c2b1b
Merge remote-tracking branch 'origin/cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 16:08:18 -03:00
Lucas Oliveira
f32277c1ce
Disabled output if its not valid
2024-06-10 16:06:00 -03:00
Lucas Oliveira
c8ba001c54
Removed pagination when its on the left side, fixed bug on opening parameter if the record is not a list
2024-06-10 15:59:59 -03:00
Lucas Oliveira
9e14c4e34f
Merge branch 'cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 15:46:45 -03:00
Lucas Oliveira
f19593bad8
Added gap to button
2024-06-10 15:45:42 -03:00
Lucas Oliveira
6cc04a2bef
Fixed Memories badge overflow
2024-06-10 15:37:38 -03:00
ogabrielluiz
e6fefa680d
Format tests and update prettier command
2024-06-10 15:23:52 -03:00
Lucas Oliveira
1f0d3a58c5
Fixed accordion not being disabled with no data on output
2024-06-10 15:22:31 -03:00
ogabrielluiz
1726561f39
format
2024-06-10 15:16:49 -03:00
Lucas Oliveira
6d89ea555d
Fixed update shortcut not working
2024-06-10 14:58:13 -03:00
Lucas Oliveira
5cda2adc4d
Added node play on hover of entire node again
2024-06-10 14:50:06 -03:00
Lucas Oliveira
c143ad5124
Fixed header not being aligned
2024-06-10 14:41:42 -03:00
Lucas Oliveira
6e3c40ddca
Fixed import
2024-06-10 14:26:48 -03:00
Lucas Oliveira
1133529a8d
Fixed scrollIntoView not working always
2024-06-10 14:15:52 -03:00
cristhianzl
e719f1746f
Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll
2024-06-10 14:15:00 -03:00
cristhianzl
2f4ebb290a
♻️ (TableOptions): reorder imports for better readability
...
💄 (TableOptions): adjust gap between buttons for better UI spacing
💄 (TableOptions): update icon styles for better visual feedback
✨ (editNodeModal): add dark mode support for badge component
♻️ (editNodeModal): refactor function parameters for consistency
💄 (headerComponent): update icon hover color for better UX consistency
2024-06-10 14:14:39 -03:00
ogabrielluiz
6eac507eb9
feat: Update RecordsOutput build method to set status
2024-06-10 14:11:43 -03:00
Lucas Oliveira
32dda2fcd1
Fixed submit submitting baseModal, fixed state problem on Edit Node Modal when closing and opening
2024-06-10 14:09:29 -03:00
Lucas Oliveira
43e6c315cf
Fixed dropdown color when it is not global
2024-06-10 14:08:39 -03:00
Lucas Oliveira
5d40faf220
Fixed bug on dictAreaModal where the state is kept even not saving
2024-06-10 13:39:43 -03:00
cristhianzl
cab1f40b55
Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll
2024-06-10 13:37:44 -03:00
cristhianzl
246ea90b23
✨ (tailwind.config.js): add custom focus-visible styles to improve accessibility and user experience
2024-06-10 13:21:10 -03:00
ogabrielluiz
ed20dd606f
chore: Update keyboard shortcut for API to "mod+shift+r"
2024-06-10 13:07:00 -03:00
ogabrielluiz
d0a03b1563
feat: Add LangChainIcon component and export it in index.tsx
2024-06-10 12:51:30 -03:00
igorrCarvalho
fe3f365885
Fix: use stopImmediatePropagation to prevent macOS bugs
2024-06-10 12:39:39 -03:00
Lucas Oliveira
65a5d8d046
Fixed dict component not being full width
2024-06-10 12:23:04 -03:00
Lucas Oliveira
687c5a6cf4
Fixed buttons not submitting on baseModal
2024-06-10 12:19:18 -03:00
Lucas Oliveira
4552fdcb53
Merge remote-tracking branch 'origin/cz/mergeAll' into fix/minor_ui_adjustments
2024-06-10 12:10:53 -03:00
Lucas Oliveira
2979bc6c9d
Changed images to lighter ones and added animation to grid
2024-06-10 12:07:09 -03:00
cristhianzl
f60abfdb8a
Merge branch 'cz/mergeAll' of https://github.com/langflow-ai/langflow into cz/mergeAll
2024-06-10 12:06:04 -03:00
cristhianzl
119bd7397d
✅ (actionsMainPage.spec.ts): add steps to click 'more-options-modal' in end-to-end tests to ensure modal interactions are tested
2024-06-10 12:05:45 -03:00
Lucas Oliveira
74584f6b8b
Fixed shadow replacing freeze shadow when component is frozen
2024-06-10 11:55:46 -03:00
Lucas Oliveira
f522667cee
Refactored BaseModal and fixed overflow that is hidden on various modals
2024-06-10 11:52:37 -03:00
igorrCarvalho
91e5aa1dc5
Merge branch 'cz/mergeAll' of github.com:langflow-ai/langflow into cz/mergeAll
2024-06-10 11:36:02 -03:00
igorrCarvalho
92b398d29b
Refactor: block non supported file types
2024-06-10 11:35:40 -03:00
cristhianzl
5ef79e33fa
♻️ (csvOutputComponent): replace FlowPoolObjectType with VertexBuildTypeAPI for type consistency
...
💡 (IOFieldView): update console.log to provide more detailed flowPool node data
2024-06-10 11:35:20 -03:00
anovazzi1
9fe2d455f3
remove id update on db fetch flow
2024-06-10 10:51:01 -03:00
anovazzi1
28a463c49a
Merge branch 'cz/mergeAll' of personal:langflow-ai/langflow into cz/mergeAll
2024-06-10 09:37:10 -03:00
anovazzi1
1a9bf3aec3
status on session
2024-06-10 09:37:02 -03:00
Lucas Oliveira
bd0be919e9
Fixed header profile image being shrunk
2024-06-10 09:33:02 -03:00
Lucas Oliveira
b107264790
Fixed almost medium blue that doesnt exist
2024-06-10 09:30:23 -03:00
Lucas Oliveira
a3e3b6cc2f
Changed loading color
2024-06-10 09:30:23 -03:00
Lucas Oliveira
1accf08133
Fixed scrollbar colors
2024-06-10 09:30:23 -03:00
cristhianzl
5d34461ab5
♻️ (buttonSendWrapper): refactor button to use Button component for consistency
...
✨ (buttonSendWrapper): add variant and size props to Button component for customization
2024-06-10 09:25:52 -03:00