🌑 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:
Danny Avila 2024-03-21 10:52:45 -04:00 committed by GitHub
parent 1ee2c32a67
commit e0dd0381b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 135 additions and 68 deletions

View file

@ -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",

View file

@ -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 = {