openrag/frontend
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
..
components fix: fix loading states, flickering and positioning on onboarding (#323) 2025-10-28 18:06:29 -03:00
hooks re-skin 2025-08-18 22:19:43 -04:00
lib fix: fixed bugs on ollama integration, added ingestion on onboarding (#330) 2025-10-30 09:02:06 -03:00
public fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
src Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
.gitignore frontend 2025-07-11 00:58:29 -04:00
components.json fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
eslint.config.mjs properly show new conversations in side nav 2025-10-27 13:25:41 -05:00
next.config.ts Add dog icon and env ff 2025-10-14 17:38:59 -05:00
package-lock.json Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
package.json Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
postcss.config.mjs frontend 2025-07-11 00:58:29 -04:00
tailwind.config.ts openai call thinking animation 2025-10-24 01:58:09 -04:00
tsconfig.json gdrive v0 2025-07-29 02:12:44 -04:00