mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🔄 feat: chat direction (LTR-RTL) (#3260)
* feat: chat direction * fix: FileRow * feat: smooth trigger transition
This commit is contained in:
parent
d5782ac66c
commit
237a0de8b6
31 changed files with 145 additions and 111 deletions
|
|
@ -842,9 +842,9 @@ export enum SettingsTabValues {
|
|||
*/
|
||||
GENERAL = 'general',
|
||||
/**
|
||||
* Tab for Messages Settings
|
||||
* Tab for Chat Settings
|
||||
*/
|
||||
MESSAGES = 'messages',
|
||||
CHAT = 'chat',
|
||||
/**
|
||||
* Tab for Speech Settings
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue