Commit graph

19 commits

Author SHA1 Message Date
Mike Fortman
1ac33f1434 cleanup onboarding 2025-10-28 12:56:06 -05:00
Lucas Oliveira
93ba498d4b
fix: remove provider loading (#314)
* Remove provider loading

* Added loading to the steps
2025-10-27 18:21:33 -03:00
Lucas Oliveira
49ea058cfe
fix: added onboarding steps accordion, changed bg color (#313)
* fixed accordion chevron side

* Added steps history to animated provider steps

* always reserve space for thinking, and pass required things for children

* update onboarding card to reflect changes

* added showCompleted

* passed required props

* Added background to other pages

* Made tasks just appear when not on onboarding

* changed task context to not have error

* changed default to closed

* fixed onboarding card

* changed line to show up centered
2025-10-27 17:27:22 -03:00
phact
de413c880a don't ingest onboarding doc for now 2025-10-24 04:12:14 -04:00
phact
ac870367aa spacing fix 2025-10-24 01:59:42 -04:00
phact
e4e3d46203 openai call thinking animation 2025-10-24 01:58:09 -04:00
Mike Fortman
9b6903853d Update transition timing 2025-10-23 14:51:00 -05:00
Mike Fortman
96f7dcacec useeffect linting 2025-10-23 08:54:14 -05:00
Mike Fortman
8c2d58183c Finish up loading states 2025-10-22 17:05:24 -05:00
Mike Fortman
3ebb1adac7 upload component 2025-10-22 15:00:40 -05:00
Mike Fortman
8bab38a742 Merge branch 'feat/new-onboarding' of github.com:langflow-ai/openrag into feat/onboarding-user-ingest 2025-10-22 12:54:32 -05:00
Mike Fortman
ad39d88a7b init 2025-10-22 12:09:46 -05: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
Lucas Oliveira
a4ab95e891 Rendered onboarding with use-stick-to-bottom 2025-10-21 17:09:59 -03:00
Lucas Oliveira
570fea9f41 added fade in and color transition 2025-10-21 16:19:22 -03:00
Lucas Oliveira
469a342ab6 removed opacity 50 on onboarding messages 2025-10-21 15:47:16 -03:00
Lucas Oliveira
1b66b0cf63 changed onboarding content to use default messages instead of onboarding steps, and to use the new hook to send messages 2025-10-20 18:33:44 -03:00
Lucas Oliveira
8e68d707df Added nudges to onboarding content 2025-10-17 17:19:29 -03:00
Lucas Oliveira
6a971d45d6
feat: add new onboarding animation, adds onboarding into layout wrapper (#267)
* modularized header

* removed onboarding redirection

* added animations

* Made animations slide instead of grow

* change name of grow to slide

* Added constants

* Fixed animations, added onboarding content to card, switch display depending on current state of onboarding

* fixed initial animation

* fixed animation glitch

* removed debug settimeout

* fixed width

* Format
2025-10-16 16:38:08 -03:00