LibreChat/client/src/components/ui
Danny Avila df1dfa7d46
refactor: Use librechat-data-provider app-wide 🔄 (#1326)
* chore: bump vite, vitejs/plugin-react, mark client package as esm, move react-query as a peer dep in data-provider

* chore: import changes due to new data-provider export strategy, also fix type imports where applicable

* chore: export react-query services as separate to avoid react dependencies in /api/

* chore: suppress sourcemap warnings and polyfill node:path which is used by filenamify
TODO: replace filenamify with an alternative and REMOVE polyfill

* chore: /api/ changes to support `librechat-data-provider`

* refactor: rewrite Dockerfile.multi in light of /api/ changes to support `librechat-data-provider`

* chore: remove volume mapping to node_modules directories in default compose file

* chore: remove schemas from /api/ as is no longer needed with use of `librechat-data-provider`

* fix(ci): jest `librechat-data-provider/react-query` module resolution
2023-12-11 14:48:40 -05:00
..
AlertDialog.tsx chore: remove next.js artifacts from ui primitives 2023-08-09 10:28:04 -04:00
Button.tsx 🪟 Minor UI Styling Changes (#1260) 2023-12-05 08:37:36 -05:00
Checkbox.tsx chore: remove next.js artifacts from ui primitives 2023-08-09 10:28:04 -04:00
DelayedRender.tsx WIP: Update UI to match Official Style; Vision and Assistants 👷🏽 (#1190) 2023-11-16 10:42:24 -05:00
Dialog.tsx style: update graphics (#1138) 2023-11-16 08:42:03 -05:00
DialogTemplate.spec.tsx feat: Add More Translation Text & Minor UI Fixes (#861) 2023-09-04 09:23:26 -04:00
DialogTemplate.tsx feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
Dropdown.tsx 🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218) 2023-11-28 17:42:31 -05:00
DropdownMenu.tsx refactor: Encrypt & Expire User Provided Keys, feat: Rate Limiting (#874) 2023-09-06 10:46:27 -04:00
FileUpload.tsx feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
HoverCard.tsx chore: remove next.js artifacts from ui primitives 2023-08-09 10:28:04 -04:00
index.ts WIP: Update UI to match Official Style; Vision and Assistants 👷🏽 (#1190) 2023-11-16 10:42:24 -05:00
Input.tsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
InputNumber.tsx chore: remove next.js artifacts from ui primitives 2023-08-09 10:28:04 -04:00
Label.tsx fix(typing): minor typing resolutions and convert SearchBar to TS (#766) 2023-08-06 21:30:16 -04:00
Landing.tsx refactor: Use librechat-data-provider app-wide 🔄 (#1326) 2023-12-11 14:48:40 -05:00
MultiSelectDropDown.tsx refactor: Encrypt & Expire User Provided Keys, feat: Rate Limiting (#874) 2023-09-06 10:46:27 -04:00
MultiSelectPop.tsx style: Minor Beta UI fixes (#1197) 2023-11-17 08:00:42 -05:00
Prompt.tsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
SelectDropDown.tsx 🪟 Minor UI Styling Changes (#1260) 2023-12-05 08:37:36 -05:00
SelectDropDownPop.tsx style: Minor Beta UI fixes (#1197) 2023-11-17 08:00:42 -05:00
Separator.tsx WIP: Update UI to match Official Style; Vision and Assistants 👷🏽 (#1190) 2023-11-16 10:42:24 -05:00
Slider.tsx 🪟 Minor UI Styling Changes (#1260) 2023-12-05 08:37:36 -05:00
Switch.tsx fix(typing): minor typing resolutions and convert SearchBar to TS (#766) 2023-08-06 21:30:16 -04:00
Tabs.tsx chore: remove next.js artifacts from ui primitives 2023-08-09 10:28:04 -04:00
Templates.tsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
Textarea.tsx fix(typing): minor typing resolutions and convert SearchBar to TS (#766) 2023-08-06 21:30:16 -04:00
Toast.tsx feat(Toast): add Toast nearly identical to ChatGPT's (#1108) 2023-10-27 15:48:05 -04:00
Tooltip.tsx refactor: Encrypt & Expire User Provided Keys, feat: Rate Limiting (#874) 2023-09-06 10:46:27 -04:00