Huluti / Curtail

Simple & useful image compressor
GNU General Public License v3.0
363 stars 39 forks source link

Add loading state when photos dropped into app #151

Open gavr123456789 opened 1 year ago

gavr123456789 commented 1 year ago

When I add 100-200 photos Curtail always freezes for like 30 sec, app stop responding, and after that it starts processing. I think it generating thumbnails on this time. It would be better UX experience to show some loading with % or just spinner

Huluti commented 1 year ago

I tried to disable thumbnails generation to see if loading time comes from that and it the same for me. I think that its the Gtk.FileDialog that becomes longer with many files.

Will try to see how we can handle this.