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

Add a preloader (waiting animation) for the time email threads are retrieved/deleted #35

Open
yanpelov opened this issue Aug 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yanpelov
Copy link
Contributor

yanpelov commented Aug 28, 2020

I would add a progress bar/percentage of load progress, as you can estimate the wait time if you first do getProfile
to get the total number of emails.
For example:
getEmailProfile => 10k emails
10k means batches
say the limiter is set to 1sec between each batch
it should take at least 100 seconds to get the topTable
you can update the progress, based on this estimate
another accurate option:
you can count the batch request and update the preloader animation accordingly

@yanpelov yanpelov self-assigned this Sep 6, 2020
@maknetaRo maknetaRo added the enhancement New feature or request label Sep 14, 2020
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

2 participants