Commit graph

10 commits

Author SHA1 Message Date
Mike Fortman
64ae8211d3
Merge pull request #303 from langflow-ai/chat-input-files
Update chat input to support file uploads along side a message
2025-10-27 08:53:25 -05:00
Mike Fortman
f4a9a304fc Update branding 2025-10-24 16:27:39 -05:00
Mike Fortman
76993eea68 support file upload w/o a messasge 2025-10-24 15:20:46 -05:00
Mike Fortman
1a084767da Update chat input 2025-10-24 12:43:20 -05:00
Lucas Oliveira
185f50af2f changed chat input design 2025-10-23 18:31:29 -03:00
Lucas Oliveira
1e3d9a14fc Changed user message to show files 2025-10-23 18:30:46 -03:00
Lucas Oliveira
fcf7a302d0
feat: adds what is openrag prompt, refactors chat design, adds scroll to bottom on chat, adds streaming support (#283)
* Changed prompts to include info about OpenRAG, change status of As Dataframe and As Vector Store to false on OpenSearch component

* added markdown to onboarding step

* added className to markdown renderer

* changed onboarding step to not render span

* Added nudges to onboarding content

* Added onboarding style for nudges

* updated user message and assistant message designs

* updated route.ts to handle streaming messages

* created new useChatStreaming to handle streaming

* changed useChatStreaming to work with the chat page

* changed onboarding content to use default messages instead of onboarding steps, and to use the new hook to send messages

* added span to the markdown renderer on stream

* updated page to use new chat streaming hook

* disable animation on completed steps

* changed markdown renderer margins

* changed css to not display markdown links and texts on white always

* added isCompleted to assistant and user messages

* removed space between elements on onboarding step to ensure smoother animation

* removed opacity 50 on onboarding messages

* changed default api to be langflow on chat streaming

* added fade in and color transition

* added color transition

* Rendered onboarding with use-stick-to-bottom

* Added use stick to bottom on page

* fixed nudges design

* changed chat input design

* fixed nudges design

* made overflow be hidden on main

* Added overflow y auto on other pages

* Put animate on messages

* Add source to types

* Adds animate and delay props to messages
2025-10-22 14:03:23 -03:00
Mike Fortman
71edefc710 create new onboarding experience 2025-10-15 13:55:02 -05:00
Mike Fortman
5c747977cc Add dog icon and env ff 2025-10-14 17:38:59 -05:00
Mike Fortman
f51890a90f break up chat and onboarding components 2025-10-14 16:32:40 -05:00