Commit graph

147 commits

Author SHA1 Message Date
Cole Goldsmith
2d31c4b9b0
Feat/278 Edit current model provider settings (#307)
* update settings update api to allow changing model provider config

* use react hook form

* make settings page small width

* re-use the onboarding forms instead of rolling a custom one

* issue

* remove test

* make custom forms with react-hook-form

* replace the updateFlow mutation with updateSettings

* show all the model providers

* revert changes to onboarding forms

* disabled state styles for providers

* break model selectors into their own file

* use existing selector component, use settings endpoint instead of onboarding, clean up form styles

* revert changes to openai onboarding

* small form changes
2025-10-31 13:22:51 -05:00
Lucas Oliveira
d63fcb3843
fix: fix loading states, flickering and positioning on onboarding (#323)
* Removed background from dog

* Changed loading providers to be on tab

* Fixed case on add a document button

* fixed dog icon flickering

* Changed size of animated processing icon on tab trigger

* fixed max height on onboarding

* Fixed animated steps size

* Changed skip overview design

* disable autocomplete
2025-10-28 18:06:29 -03:00
Mike Fortman
1ac33f1434 cleanup onboarding 2025-10-28 12:56:06 -05:00
Mike Fortman
81019330f5 new logo round 2 2025-10-27 17:25:09 -05:00
Mike Fortman
688d31e6b4 Allow skip onboarding 2025-10-27 16:02:53 -05: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
Mike Fortman
abc19e7a27 fix imports 2025-10-27 09:11:49 -05:00
Mike Fortman
f4a9a304fc Update branding 2025-10-24 16:27:39 -05:00
Lucas Oliveira
b8e15625d5 fixed types 2025-10-22 18:16:49 -03:00
Lucas Oliveira
a9599c5330 changed chat renderer and layout wrapper to work with google auth 2025-10-22 18:11:05 -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
Lucas Oliveira
c5447f6c5d
feat: adds provider step status, adds current step to local storage (#269)
* Added mock provider status when completing the provider selection

* Refactor

* Added transitions to elements on steps

* delete test timeout

* fixed animation glitch

* Added animation to onboarding card status

* bump up time

* Changed interval to 1000

* Adds useEffect to complete onboarding step only when one file is uploaded

* Add local storage storing of step

* formatting
2025-10-20 11:14:13 -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
Mike Fortman
71edefc710 create new onboarding experience 2025-10-15 13:55:02 -05:00
phact
cf0136623e enable model picker for connector screen in UI 2025-10-13 11:38:07 -04:00
phact
6266e5c18d persist dimensions 2025-10-10 14:16:58 -04:00
phact
77f558e690 show file processing errors in UI 2025-10-10 12:52:37 -04:00
phact
a0a93e96ce lint types fix 2025-10-06 23:36:37 -04:00
phact
681c9437ce copy [folders vs files] uploading one file -> one item 2025-10-06 22:06:50 -04:00
phact
653825527a Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 21:53:11 -04:00
phact
071a861a43 linter 2025-10-06 21:26:59 -04:00
boneill-ds
1143201abb
Merge branch 'main' into 109-design-sweep-polish-adding-from-cloud-connector-screen 2025-10-06 15:15:09 -06:00
Deon Sanchez
3b48e4c236 style: adjust padding in KnowledgeFilterPanel and update smallWidthPaths in LayoutWrapper 2025-10-06 14:57:22 -06:00
Eric Hare
cec2cfb6bb
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 13:51:49 -07:00
Deon Sanchez
4d21d6afbb refactor: simplify KnowledgeFilterPanel by removing unused props and layout context import 2025-10-06 14:46:39 -06:00
Brent O'Neill
b3a11fed39 fix number input border colors 2025-10-06 14:36:21 -06:00
Deon Sanchez
2a363666a0 Merge branch 'main' of https://github.com/langflow-ai/openrag into page-style-alignment 2025-10-06 14:21:14 -06:00
Eric Hare
22dc5b9b65
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 12:07:54 -07:00
Deon Sanchez
1dc0a370f1 fixed spacing and flex 2025-10-06 12:49:39 -06:00
Cole Goldsmith
e4ae80860a Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 13:22:50 -05:00
boneill-ds
19cbaa5534
Merge branch 'main' into 109-design-sweep-polish-adding-from-cloud-connector-screen 2025-10-06 12:18:09 -06:00
Brent O'Neill
9f16f9f25a Added inner shadow and capped height 2025-10-06 11:38:33 -06:00
Eric Hare
3400404162
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 10:12:14 -07:00
Cole Goldsmith
9d1aced1e7 refactor the grid layout to inlcude banner and header rows 2025-10-06 12:02:36 -05:00
Deon Sanchez
1d4a91eb7b added isSmallWidthPath back 2025-10-06 10:58:24 -06:00
Deon Sanchez
dc5975cb3a Merge branch 'main' of https://github.com/langflow-ai/openrag into page-style-alignment 2025-10-06 10:57:09 -06:00
Brent O'Neill
5de3a821c4 remove console.log 2025-10-06 10:48:39 -06:00
Brent O'Neill
a0a2b2cc3b updated inputs in Ingest Settings for cloud-picker component 2025-10-06 10:40:57 -06:00
Cole Goldsmith
c9c670d3ab Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 10:57:24 -05:00
Lucas Oliveira
b59dded52f Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-06 12:01:15 -03:00
Brent O'Neill
a2e1210a4d wip commit 2025-10-06 08:50:19 -06:00
Eric Hare
776394465a
Add folder processing google drive connector 2025-10-05 08:50:44 -07:00
Cole Goldsmith
dd5db8acc1 cleaning up search override functionality 2025-10-03 17:18:38 -05:00
Brent O'Neill
d6519c5600 fix file item spacing and typography 2025-10-03 15:41:45 -06:00
Brent O'Neill
01084d2a89 wip commit 2025-10-03 15:30:45 -06:00
Brent O'Neill
1eb0fb3593 design sweep for ingest for connector page 2025-10-03 15:00:53 -06:00
Cole Goldsmith
85de6c8026 sweeeeeeeep 2025-10-03 15:56:08 -05:00
Eric Hare
dea29fffdf
Merge branch 'main' into feat-google-drive-folder-select 2025-10-03 13:42:15 -07:00
Edwin Jose
1458de9135
Merge branch 'main' into fix/tasks_ingest 2025-10-03 16:36:20 -04:00
Mike Fortman
3c97a06256 Fix layout aligment and folder name 2025-10-03 15:29:13 -05:00