Skip to content
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

Make thumbnail generation asynchronous #26

Closed
flozz opened this issue Sep 22, 2022 · 1 comment
Closed

Make thumbnail generation asynchronous #26

flozz opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@flozz
Copy link
Owner

flozz commented Sep 22, 2022

Adding a lot of (big) image freezes the app because of the thumbnail generation being synchronous. The thumbnail generation should be done asynchronously.

Capture d’écran du 2022-09-22 13-48-29

Original issue: #14

@flozz flozz added the enhancement New feature or request label Sep 22, 2022
@flozz flozz self-assigned this Sep 28, 2022
@flozz
Copy link
Owner Author

flozz commented Sep 28, 2022

Async generation is implemented, and now a "loading" image is displayed when the thumbnail is not available yet:

Capture d’écran du 2022-09-28 13-04-17
Capture d’écran du 2022-09-28 13-04-21

@flozz flozz closed this as completed in fa71915 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant