You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preview of an txt file is updated only when it is not downloaded, and the containing folder is browsed back and forth.
In case the file is downloaded, the preview is not updated because it is generated locally. That means, preview does not match with file content.
ACs
When a file is updated in remote (web or other client), the preview will be updated in the following refresh. (this behaviour is pretty similar to the av. offline files one)
When a folder contains many files, requests should be scoped / reduced to avoid request-flooding in some way. -> Current behaviour: fetching previews of the files in the screen (pending to confirm)
TASKS
Research (if needed)
Create branch feature/improve_thumbnails
Development tasks
Retrieve thumbnails even if the file is available locally
Code review and apply changes requested
Design test plan
QA
Merge branch feature/improve_thumbnails into master
Current behaviour:
The preview of an txt file is updated only when it is not downloaded, and the containing folder is browsed back and forth.
In case the file is downloaded, the preview is not updated because it is generated locally. That means, preview does not match with file content.
ACs
When a file is updated in remote (web or other client), the preview will be updated in the following refresh. (this behaviour is pretty similar to the av. offline files one)
When a folder contains many files, requests should be scoped / reduced to avoid request-flooding in some way. -> Current behaviour: fetching previews of the files in the screen (pending to confirm)
TASKS
PR
The text was updated successfully, but these errors were encountered: