mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
* 📬 refactor: Improved Rendering and Localization for Drag & Drop Files
- Refactored DragDropOverlay to use memoization and props for active state management.
- Updated the overlay to always render, reducing mount/unmount overhead.
- Improved user experience with localized text for drag-and-drop instructions.
- Enhanced file handling logic in useDragHelpers for better performance and clarity.
* fix: agent data retrieval in drag helper
|
||
|---|---|---|
| .. | ||
| index.ts | ||
| useClientResize.ts | ||
| useDelayedUploadToast.ts | ||
| useDeleteFilesFromTable.tsx | ||
| useDragHelpers.ts | ||
| useFileDeletion.ts | ||
| useFileHandling.ts | ||
| useFileMap.ts | ||
| useSetFilesToDelete.ts | ||
| useSharePointDownload.ts | ||
| useSharePointFileHandling.ts | ||
| useSharePointPicker.ts | ||
| useSharePointToken.ts | ||
| useUpdateFiles.ts | ||