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

Swik 2438 missing thumbnails in import preview #1137

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dpaun
Copy link
Member

@dpaun dpaun commented Dec 14, 2018

This is by no means critical or urgent...
There are sometimes problems with getting thumbnails right after import has been completed (I guess it takes time to create thumbnails on the file service). This PR tries to solve this by retrieving thumbnail files from the file service, repeatedly, 10 times, and using base64 to show these images in a modal dialog.
One way to test it and see whether it's an improvement is by showing both base64 and url (current approach) based images (uncommenting lines 117 and 122 in ImportPreviewModal.js).
There are also some improvements for the import progress bar.

@abijames
Copy link
Contributor

@dpaun please can you resolve conflicts?

@dpaun
Copy link
Member Author

dpaun commented Dec 20, 2018

Yes, of course. I've resolved conflicts.

@abijames
Copy link
Contributor

On testing, no thumbnails appeared (see screenshot). Suggest not merging this for now without more testing.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants