Commit graph

290 commits

Author SHA1 Message Date
Mike Fortman
6df204d324
Merge pull request #168 from langflow-ai/fix-auth-callback-double-execution
Fix double OAuth callback execution using sessionStorage
2025-10-01 14:50:27 -05:00
Lucas Oliveira
3347181615
fix: make avatar not selectable, disable file drop on chat (#132)
* Disable drag and drop on chat page

* Disable selection on avatar

* disable draggable on image
2025-10-01 16:49:47 -03:00
Lucas Oliveira
28dbca4ba0
fix: make onboarding match designs (#163)
* implement custom value when custom is active on model selector

* changed ibm logo to watsonx

* set endpoint selector as custom

* changed IBM to IBM watsonx.ai

* upload copies on ibm onboarding

* disable select on disabled button

* changed use env open ai api key style

* Changed width to match designs

* disable default tag

* made selector full width and made default disappear

* removed !

* removed onboarding toast

* fix card border radius
2025-10-01 16:49:33 -03:00
Lucas Oliveira
522b8b8159
Removed privacy policy and subheading, adjusted gap on sign in page (#164) 2025-10-01 16:49:19 -03:00
Lucas Oliveira
09d502c94b
fix: remove duplicate toast and ! character (#165)
* removed  duplicated toast

* removed ! character from copy
2025-10-01 16:49:08 -03:00
Lucas Oliveira
26023ab244
fix: truncate text on @ filter selector on chat (#133)
* Added truncation on name and description for knowledge filters

* fixed selected filter not truncating right
2025-10-01 16:48:57 -03:00
Mike Fortman
d62945110c Fix double OAuth callback execution using sessionStorage
Replaced useRef with sessionStorage to prevent duplicate callback
executions when component remounts (React Strict Mode). The ref
was resetting on remount, causing the auth code to be used twice
and triggering "code already used" errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 14:42:59 -05:00
Mike Fortman
2924a5d52d Revert "Fix the double callback call resulting in the Auth code already used screen"
This reverts commit 0f79b1d753.
2025-10-01 14:38:30 -05:00
Mike Fortman
0f79b1d753 Fix the double callback call resulting in the Auth code already used screen 2025-10-01 14:34:47 -05:00
Deon Sanchez
af52a00b0a
Merge branch 'main' into remove-sync-connectors 2025-10-01 12:28:43 -06:00
Deon Sanchez
dbf2d2b47b
Merge branch 'main' into remove-sync-connectors 2025-10-01 11:33:21 -06:00
Deon Sanchez
5011625b50 Merge branch 'main' of https://github.com/langflow-ai/openrag into knowledge-empty-state 2025-10-01 09:02:26 -06:00
Cole Goldsmith
f4e1ca2ab7
Merge pull request #150 from langflow-ai/feat/filters-design-sweep
Customize color and icon for knowledge filters
2025-09-30 16:03:49 -05:00
Lucas Oliveira
2462b17f64
fixed button inside of button, turning it into a div (#157) 2025-09-30 17:49:42 -03:00
Cole Goldsmith
657be2c324
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 15:22:47 -05:00
Mike Fortman
d015ed1b0c
add container utils (#151)
* add container utils

* added localhost url to settings

* added localhost_url as a constant

* added localhost_url to get settings query

* make ollama onboarding have localhost url by default

* make endpoint be changed in models service and in onboarding backend instead of onboarding screen

* fixed embedding dimensions to get stripped model

* make config come as localhost but global variable be set as the transformed endpoint

* remove setting ollama url since it comes from the global variable

* use localhost again on ollama

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-09-30 16:34:55 -03:00
Cole Goldsmith
f6ae18f2bd
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 13:55:07 -05:00
Cole Goldsmith
60cb732ce2 make filter icon required 2025-09-30 13:29:43 -05:00
Mike Fortman
a3fe879eba design feedback 2025-09-30 12:20:09 -05:00
Cole Goldsmith
ef98a5a826 change color of filter in chat 2025-09-30 12:02:00 -05:00
Deon Sanchez
0a0dbe15ef Enhance settings page with new routing and UI updates; update connector descriptions for clarity 2025-09-30 10:56:43 -06:00
Cole Goldsmith
70a75ee63d fix accent color variables 2025-09-30 11:22:37 -05:00
Deon Sanchez
bc055319af fixed empty state 2025-09-30 09:45:39 -06:00
Mike Fortman
2341bf4700 Update docling preset options 2025-09-29 16:40:29 -05:00
Cole Goldsmith
c0b1e79d7a Merge branch 'main' into feat/filters-design-sweep 2025-09-29 10:28:44 -05:00
Cole Goldsmith
0257017d9b update accent colors, add first pass at color and icon selector for filters 2025-09-29 10:28:32 -05:00
Lucas Oliveira
e0015f35db
fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100)
* changed tooltip stype

* added start on label wrapper

* changed switch to checkbox on openai onboarding and changed copies

* made border be red when api key is invalid

* Added embedding configuration after onboarding

* changed openrag ingest docling to have same embedding model component as other flows

* changed flows service to get flow by id, not by path

* modify reset_langflow to also put right embedding model

* added endpoint and project id to provider config

* added replacing the model with the provider model when resetting

* Moved consts to settings.py

* raise when flow_id is not found
2025-09-26 12:04:17 -03:00
Eric Hare
5e14c7f100
Merge branch 'main' into feat-sharepoint-auth 2025-09-25 10:22:59 -07:00
phact
abc19f4a26 explicit type 2025-09-24 22:06:01 -04:00
phact
65f5e81230 explicit type 2025-09-24 22:04:39 -04:00
boneill-ds
e1982256df
Merge branch 'main' into feature/PRTL-3997 2025-09-24 14:44:26 -06:00
Lucas Oliveira
28e566a1f4
feat: add session delete functionality (#70)
* implement delete user conversation on agent

* format

* implement delete session endpoint

* implement delete session on persistence services

* added deletion of sessions and added fetch sessions with query instead of with useEffect

* removed unused texts

* implemented dropdown menu on conversations
2025-09-24 17:41:53 -03:00
Lucas Oliveira
a8f4d734a3
fix: adjust onboarding copies and behaviors (#67)
* fixed logos

* pre-populate ollama endpoint

* show/hide api keys with button

* Added dropdown selector for ibm endpoint

* Added programatic dot pattern instead of background image

* Updated copies

* wait for 500ms before show connecting

* Changed copy

* removed unused log

* Added padding when password button is present

* made toggle be on mouse up

* show placeholder as loading models when they're loading

* removed description from model selector

* implemented getting key from env

* fixed complete button not updating
2025-09-24 17:35:16 -03:00
boneill-ds
b26f80b4e2
Merge branch 'main' into feature/PRTL-3997 2025-09-24 14:34:22 -06:00
Brent O'Neill
1b5c75190d fix duplicate prop 2025-09-24 14:34:07 -06:00
Brent O'Neill
cca68d645c remove merge marker 2025-09-24 14:32:27 -06:00
Mike Fortman
107d90b6ab update reset behavior 2025-09-24 15:31:52 -05:00
boneill-ds
6a495b3011
Update frontend/src/app/settings/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-24 14:31:52 -06:00
Brent O'Neill
5f522bf6a9 merged in main 2025-09-24 14:30:48 -06:00
Brent O'Neill
722a7cc4cf updated disabled select styles 2025-09-24 14:27:57 -06:00
Brent O'Neill
c6bfa414f4 added copy for tooltips 2025-09-24 14:13:37 -06:00
Mike Fortman
56541abb4d
Merge pull request #71 from langflow-ai/setting-updates
settings updates for true flow updates
2025-09-24 14:53:00 -05:00
Brent O'Neill
22917d62a8 fix radio button border and update labels to use LabelWrapper 2025-09-24 13:52:16 -06:00
Mike Fortman
03f9f25a51 pr feedback 2025-09-24 14:20:29 -05:00
Brent O'Neill
04df8b6290 added required to label 2025-09-24 13:00:14 -06:00
Brent O'Neill
5d115af2bd copy updates 2025-09-24 12:50:07 -06:00
Brent O'Neill
6f513df9f3 finish updating dialog design sweep items 2025-09-24 12:43:08 -06:00
Brent O'Neill
f7882fe31d Settings page design sweep 2025-09-24 12:01:08 -06:00
Brent O'Neill
6ccdb22a08 Revert "Settings page design sweep"
This reverts commit 2ac257480c.
2025-09-24 11:58:45 -06:00
Brent O'Neill
2ac257480c Settings page design sweep 2025-09-24 11:54:25 -06:00