mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-17 16:05:32 +01:00
* fix: cursor pointer not applying correct in the root component * fix: add cursor-not-allowed to disabled state in SendButton component * feat: update Dropdown to ariakit and changed LLM error's style * feat: switched to ariakit's Dropdown and style improvements * feat: archive updates * refactor: delete conversations in archive * refactor: settings * add cool settings animation * a11y: settings update * style: update settings * style: settings account settings menu; a11y(AccountSettings): switched to AriaKit * a11y: account settings update * style: update my files dialog * fix: tests * chore: remove console.log() --------- Co-authored-by: Danny Avila <danny@librechat.ai>
4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
export * from './DeleteButton';
|
|
export { default as ShareButton } from './ShareButton';
|
|
export { default as SharedLinkButton } from './SharedLinkButton';
|
|
export { default as ConvoOptions } from './ConvoOptions';
|