-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Delayed visual feedback when uploading a large folder via drag and drop #46641
Comments
This is only drag and drop, not on folder upload using the menu? |
Good point. I don't think it's faster when using the upload files menu. Screencast.from.2024-07-22.17-07-22.webm |
cc @skjnldsv maybe a regression? |
This is solved with nextcloud-upload v1.5.0 (once it is released). Tested it locally already and there is no delay anymore. |
Is the fix backportable to 28? |
yes |
31, 30, 29 fixed. Backport for 28 in #48946 |
Bug description
There's a delay between dragging the folder and a visual feedback.
Steps to reproduce
Nextcloud 28:
9664472.28.webm
Nextcloud 27:
9664472.27.webm
Expected behavior
Feedback that the data is processed.
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
server/apps/files/src/services/DropServiceUtils.ts
Line 99 in 5b7dcc1
The above log message appears when you drop the folder and therefore we should be able to provide some visual feedback already (e.g. we processing the folder, stay tuned ....)
The text was updated successfully, but these errors were encountered: