LibreChat/client/src/components/Plugins/Store
Dan Orlando 04e4259005
Move data provider to shared package (#582)
* create data-provider package and move code from data-provider folder to be shared between apps

* fix type issues

* add packages to ignore

* add new data-provider package to apps

* refactor: change client imports to use @librechat/data-provider package

* include data-provider build script in frontend build

* fix type issue after rebasing

* delete admin/package.json from this branch

* update test ci script to include building of data-provider package

* Try using regular build for test action

* Switch frontend-review back to build:ci

* Remove loginRedirect from Login.tsx

* Add ChatGPT back to EModelEndpoint
2023-07-04 15:47:41 -04:00
..
__tests__ Move data provider to shared package (#582) 2023-07-04 15:47:41 -04:00
index.ts feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
PluginAuthForm.tsx Move data provider to shared package (#582) 2023-07-04 15:47:41 -04:00
PluginPagination.tsx feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
PluginStoreDialog.tsx Move data provider to shared package (#582) 2023-07-04 15:47:41 -04:00
PluginStoreItem.tsx Move data provider to shared package (#582) 2023-07-04 15:47:41 -04:00
PluginStoreLinkButton.tsx feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
PluginTooltip.tsx feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
styles.module.css feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00