Full Changelog: v1.3.6...v1.3.7
Changes 5/22/2025 v1.3.7
.folder-strip-container .folder-name
css added to center text below folder material icon.- Override file share_url to always use current origin
- Update
fileList
css to keep file name wrapping tight.
Changes 5/21/2025
-
Drag & Drop to Folder Strip
- Enabled dragging files from the file list directly onto the folder-strip items.
- Hooked up
folderDragOverHandler
,folderDragLeaveHandler
, andfolderDropHandler
to.folder-strip-container .folder-item
. - On drop, files are moved via
/api/file/moveFiles.php
and the file list is refreshed.
-
Restore files from trash Toast Message
- Changed the restore handlers so that the toast always reports the actual file(s) restored (e.g. “Restored file: foo.txt”) instead of “No trash record found.”
- Removed reliance on backend message payload and now generate the confirmation text client-side based on selected items.