-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(files): Move download/upload to new tasks #1727
Conversation
UI Automated Test Results Summary for MacOS/Windows490 tests 438 ✅ 2h 32m 11s ⏱️ Results for commit 51de925. ♻️ This comment has been updated with latest results. |
UI Automated Tests execution is complete! You can find the test results report here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this branch
Gravacao.do.ecra.2024-01-19.as.19.19.32.mov
vs dev
Gravacao.do.ecra.2024-01-19.as.19.22.36.mov
STR:
- go to files
- bulk upload 20 files for example
- while is uploading the files number in queue is always the same even is really uploading one by one
- going to dev, using the same files and the same flow, the counter works properly goes from 22, 21, 20 and so on
macOS, m1
fixed. |
got it, thanks for fixing 🔨 |
What this PR does 📖
Each time a file is uploaded or downloaded a new task is made that deals with it.
This fixes the problem where uploading/downloading a file will stop the whole app till the file is fully done.