mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-28 02:11:30 +00:00
* fix: type issues with icons * refactor: use react query for presets, show toasts on preset crud, refactor mutations, remove presetsQuery from Root (breaking change) * refactor: change preset titling * refactor: update preset schemas and methods for necessary new properties `order` and `defaultPreset` * feat: add `defaultPreset` Recoil value * refactor(getPresetTitle): make logic cleaner and more concise * feat: complete UI portion of defaultPreset feature, with animations added to preset items * chore: remove console.logs() * feat: complete default preset handling * refactor: remove user sensitive values on logout * fix: allow endpoint selection without default preset overwriting |
||
|---|---|---|
| .. | ||
| buildDefaultConvo.ts | ||
| buildTree.ts | ||
| cleanupPreset.ts | ||
| cn.ts | ||
| getDefaultEndpoint.ts | ||
| getLocalStorageItems.ts | ||
| getLoginError.ts | ||
| index.ts | ||
| json.ts | ||
| languages.ts | ||
| mapEndpoints.ts | ||
| presets.ts | ||
| resetConvo.ts | ||
| validateIframe.ts | ||