mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-06 01:31:49 +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
|
|
@ -25,6 +25,7 @@ const localStorageAtoms = {
|
|||
|
||||
// Messages settings
|
||||
enterToSend: atomWithLocalStorage('enterToSend', true),
|
||||
chatDirection: atomWithLocalStorage('chatDirection', 'LTR'),
|
||||
showCode: atomWithLocalStorage('showCode', false),
|
||||
saveDrafts: atomWithLocalStorage('saveDrafts', false),
|
||||
forkSetting: atomWithLocalStorage('forkSetting', ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue