Commit graph

420 commits

Author SHA1 Message Date
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
4e20e149af updated route.ts to handle streaming messages 2025-10-20 18:07:46 -03:00
Lucas Oliveira
81e75221b4 updated user message and assistant message designs 2025-10-20 18:07:37 -03:00
Lucas Oliveira
ef552f442c Merge remote-tracking branch 'origin/feat/new-onboarding' into feat/openrag_prompt 2025-10-20 14:56:20 -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
c4e9b9017d Added onboarding style for nudges 2025-10-17 17:19:39 -03:00
Lucas Oliveira
8e68d707df Added nudges to onboarding content 2025-10-17 17:19:29 -03:00
Lucas Oliveira
cca107034a changed onboarding step to not render span 2025-10-17 17:19:22 -03:00
Lucas Oliveira
f8e1e64b81 added markdown to onboarding step 2025-10-17 17:12:33 -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
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
phact
9d2fbafdd2 lint 2025-10-14 03:06:37 -04:00
Sebastián Estévez
b9f109ea7d
Merge branch 'main' into multi-embedding-support 2025-10-11 02:44:16 -04:00
phact
895b3d95d2 auto ingest copy 2025-10-11 00:39:29 -04:00
phact
bd7341af88 enable switching embedding models in the UI 2025-10-11 00:04:27 -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
Mike Fortman
02989722d7 add tooltip and docling check to disable button 2025-10-09 13:48:33 -05:00
Mike Fortman
2dcae5aae6 Add docling banner to onboarding 2025-10-09 13:19:24 -05:00
phact
af137b39c4 merge 2025-10-08 11:16:35 -04:00
Cole Goldsmith
84a4236466 search styles, chunk padding 2025-10-07 10:47:56 -05:00
Cole Goldsmith
c5894b719e chunks page issues 2025-10-07 10:41:05 -05:00
phact
b8e8440397 fix: add router back 2025-10-07 11:07:12 -04:00
phact
f5af5c77c0 merge 2025-10-07 00:04:22 -04:00
phact
681c9437ce copy [folders vs files] uploading one file -> one item 2025-10-06 22:06:50 -04:00
phact
071a861a43 linter 2025-10-06 21:26:59 -04:00
Edwin Jose
4b861da83e
Merge branch 'main' into settings-copy 2025-10-06 18:11:59 -04:00
Brent O'Neill
01fa1b068f cleanup 2025-10-06 16:08:15 -06:00
Brent O'Neill
4e031e746b fix the things 2025-10-06 16:07:24 -06:00
boneill-ds
819948ab3e
Merge branch 'main' into 109-design-sweep-polish-adding-from-cloud-connector-screen 2025-10-06 15:58:34 -06:00
Brent O'Neill
117e3b43b7 cleanup 2025-10-06 15:54:20 -06:00
Mike Fortman
a2bf3b42a1 Settings copy updates 2025-10-06 16:39:07 -05: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
Brent O'Neill
a54ea69869 hide tooltip when it has files 2025-10-06 15:14:39 -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
Sebastián Estévez
eba449d655
Merge branch 'main' into docling-health-improvement 2025-10-06 15:55:31 -04:00
phact
6f32890d76 docling backend check 2025-10-06 15:54:21 -04:00
Cole Goldsmith
80eac4824c remove css 2025-10-06 14:05:10 -05:00
Cole Goldsmith
984b9c4195 import 2025-10-06 14:00:09 -05:00
Cole Goldsmith
c579bd9a1a Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 13:54:09 -05:00
Cole Goldsmith
99fd1d7215 fix merge conflicts 2025-10-06 13:49:45 -05:00
Deon Sanchez
1dc0a370f1 fixed spacing and flex 2025-10-06 12:49:39 -06:00
Sebastián Estévez
baa779f690
Merge branch 'main' into pre-release-fixes 2025-10-06 14:47:56 -04:00
Edwin Jose
41e2d39dd0
feat: Show globe icon for HTML documents in knowledge page (#188)
* Show globe icon for HTML documents in knowledge page

Updated getSourceIcon to display a globe icon for documents with 'text/html' mimetype, regardless of connector type. This improves visual identification of web-based documents in the grid.

* changed page to get connector type as url

* removed wrong docs

* fix formatting

* format

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-10-06 15:36:17 -03:00
Cole Goldsmith
e4ae80860a Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 13:22:50 -05:00
boneill-ds
8635b00b25
Merge branch 'main' into 109-design-sweep-polish-adding-from-cloud-connector-screen 2025-10-06 12:22:39 -06:00
boneill-ds
17efcd416b
Merge branch 'main' into 175-design-sweep-polish-update-the-no-auth-cloud-connector-warning-state-to-match-designs 2025-10-06 12:22:11 -06: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