mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
🌑 style(File Manager): Localize and Update Dark Mode Stylings (#2155)
* 🌑 style: Update Dark Mode Stylings for File Manager * 🌐 feat: localize file manager text * 🌐 feat: file panel table localization
This commit is contained in:
parent
1ee2c32a67
commit
e0dd0381b2
8 changed files with 135 additions and 68 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "librechat-data-provider",
|
||||
"version": "0.4.9",
|
||||
"version": "0.5.0",
|
||||
"description": "data services for librechat apps",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@ export enum FileContext {
|
|||
image_generation = 'image_generation',
|
||||
assistants_output = 'assistants_output',
|
||||
message_attachment = 'message_attachment',
|
||||
filename = 'filename',
|
||||
updatedAt = 'updatedAt',
|
||||
source = 'source',
|
||||
context = 'context',
|
||||
bytes = 'bytes',
|
||||
}
|
||||
|
||||
export type EndpointFileConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue