Commit graph

34 commits

Author SHA1 Message Date
phact
0d97ece10b frontend dependencies 2025-12-05 10:47:14 -05:00
Cole Goldsmith
98cb6c5198 Merge branch 'main' into feat/chat-dropzone 2025-11-17 12:39:42 -06:00
Cole Goldsmith
173df0be99
add biome & format code (#403) 2025-11-14 13:45:32 -06:00
Cole Goldsmith
f6b87c4890 add component 2025-11-11 11:27:33 -06:00
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
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
5c747977cc Add dog icon and env ff 2025-10-14 17:38:59 -05:00
Lucas Oliveira
d258841ce9
fix: functional changes at the filter menu (#177)
* changed div to popover

* made filter popover appear at @ place

* make at position not reset

* removed unused handler

* refactor handlers

* updated blue circle to check

* update empty message

* changed filter behavior and design

* make button focus

* fixed textarea scrolling
2025-10-02 18:10:44 -03:00
Cole Goldsmith
e6a48ff7c8 modify colors and improve various components to match designs 2025-10-01 15:24:53 -05:00
Cole Goldsmith
a343d94cb9 Merge branch 'main' into feat/move-filters 2025-09-22 15:02:31 -05:00
Mike Fortman
88c9d60986 add docling presets 2025-09-19 12:04:23 -05:00
Mike Fortman
9ad1fb3f4f Merge branch 'main' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-18 21:04:37 -05:00
Cole Goldsmith
03116937ad Merge branch 'main' into feat/move-filters 2025-09-18 17:13:15 -05:00
Cole Goldsmith
e33adda6fb start creating a new filters component 2025-09-18 16:33:16 -05:00
Lucas Oliveira
5456ae396f Added accordion 2025-09-18 17:19:19 -03:00
Lucas Oliveira
91b9d0d2c9 Added tooltip from shadcn 2025-09-18 15:32:13 -03:00
cristhianzl
c2fd140cac (knowledge-actions-dropdown.tsx): Add text-destructive class to improve styling of delete button in dropdown menu
📝 (markdown-renderer.tsx): Update MarkdownRenderer to open links in new tab and add support for code blocks with language specified
⬆️ (package.json): Upgrade react-markdown, rehype-mathjax, rehype-raw, and remark-gfm dependencies to latest versions. Add @types/react-syntax-highlighter dependency.
2025-09-18 15:10:55 -03:00
Lucas Oliveira
c05ddc3700 added new tabs component 2025-09-18 15:02:23 -03:00
Cole Goldsmith
c7b213b365 replace knowledge table with ag grid 2025-09-17 14:33:59 -05:00
Lucas Oliveira
19620af559 Added packages 2025-09-11 16:42:22 -03:00
cristhianzl
2714f89c81 (frontend): Add zustand library for managing loading state in the application
🔧 (frontend): Refactor navigation.tsx to improve code readability and maintainability
2025-09-09 21:40:35 -03:00
Lucas Oliveira
d6bf6444e5 Merge remote-tracking branch 'origin/main' into feat/nudges 2025-09-08 16:25:59 -03:00
Lucas Oliveira
33cd325fc9 Added deps to package.json 2025-09-08 12:36:04 -03:00
Lucas Oliveira
9e78798a04 added animate to package json 2025-09-05 17:00:29 -03:00
Lucas Oliveira
33ba6abf49 Add react query 2025-09-04 18:15:54 -03:00
Eric Hare
e15321e9fc
try to get sync working 2025-09-04 10:14:57 -07:00
phact
c3b5b33f5c misc ux improvements 2025-08-21 02:32:28 -04:00
phact
961723856b re-skin 2025-08-18 22:19:43 -04:00
phact
bf23ad8729 search improvements (facets, limit, score threshold) 2025-08-12 12:37:55 -04:00
phact
0d171706e6 task notificaton panel in frontend 2025-07-30 22:42:44 -04:00
phact
91f6f645f4 gdrive v0 2025-07-29 02:12:44 -04:00
phact
614f2a7933 some ui polish 2025-07-17 15:08:16 -04:00
phact
e61758e240 ui improvements 2025-07-11 02:31:19 -04:00
phact
c01f0498da frontend 2025-07-11 00:58:29 -04:00