mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 22:28:51 +01:00
💬 fix: Temporary Chat PR's broken components and improved UI (#5705)
* 💬 fix: Temporary Chat PR's broken components and improved UI * 💬 fix: bring back hover effect on AudioRecorder button * style: adjust position of Mention component popover * refactor: PromptsCommand typing and style position * refactor: virtualize mention UI --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
63afb317c6
commit
70e410f38b
11 changed files with 196 additions and 86 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import { atom } from 'recoil';
|
||||
import { atomWithLocalStorage } from '~/store/utils';
|
||||
|
||||
const isTemporary = atom<boolean>({
|
||||
key: 'isTemporary',
|
||||
default: false,
|
||||
});
|
||||
const isTemporary = atomWithLocalStorage('isTemporary', false);
|
||||
|
||||
export default {
|
||||
isTemporary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue