Commit Graph
6 Commits
Author SHA1 Message Date
Dmitrii Shilov ddc94a7cd0 Merge branch 'master' into users/dshilov/update-grid-after-upload
# Conflicts:
#	src/Explorer/Panes/UploadItemsPane/UploadItemsPane.tsx
2025-05-09 12:16:08 +02:00
Dmitry Shilov e98c9a83b8 fix: Add collapsible feature to Accordion in SettingsPane (#2125) 2025-05-09 12:13:17 +02:00
Dmitry Shilov 7d57a90d50 fix: Correct documentId method call in error logging for deletion failures (#2132) 2025-05-09 12:12:32 +02:00
Dmitry Shilov 0f896f556b feat: Enhance UploadItemsPane with error handling and status icons for file uploads (#2133) 2025-05-09 12:11:26 +02:00
Dmitrii Shilov 181a2725d2 fix: Update grid after uploading documents
- Refactor UploadItemsPane to support onUpload callback
- Enhance bulk insert result type
- Insert uploaded documents to the grid
2025-05-06 13:12:02 +02:00
Dmitrii Shilov 82e7179846 fix: Update grid after uploading documents
- Refactor UploadItemsPane to support onUpload callback
- Enhance bulk insert result type
- Insert uploaded documents to the grid
2025-05-06 12:54:00 +02:00