zuphilip / zotero-open-citations

Zotero Plugin for Open Citations
GNU Affero General Public License v3.0
35 stars 2 forks source link

Progress bar #18

Open zuphilip opened 6 years ago

zuphilip commented 6 years ago

As the process can take some time especially when a lot of items are selected or many items are retrieved, a progress bar could be helpful for users. Especially to see when it is finished. The progress bar should not prevent the user to click around, as it is possible now as well.

bwiernik commented 6 years ago

I use the Zotero native progress dialog for this in my DOI Manager plugin. You could look at that for an example.

zuphilip commented 6 years ago

Thank you for the pointer. It is good to know that you already successfully did something similar. I will have to look closer to understand your code and then adapt it here. I guess the only documentation of Zotero.ProgressWindow is in its source code?

bwiernik commented 6 years ago

Yes that’s correct.