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

Update stats on window show #60

Closed
dignifiedquire opened this issue Oct 17, 2015 · 2 comments
Closed

Update stats on window show #60

dignifiedquire opened this issue Oct 17, 2015 · 2 comments
Labels
help wanted Seeking public contribution on this issue

Comments

@dignifiedquire
Copy link
Member

At the moment depending on the timeout position there is a delay between opening the profile screen and the stats updating. We should listen for the window show event and update the stats at that point.

@dignifiedquire dignifiedquire added help wanted Seeking public contribution on this issue enhancement labels Oct 17, 2015
@dignifiedquire dignifiedquire added this to the 1.0.0 milestone Oct 19, 2015
@swang
Copy link

swang commented Jun 2, 2016

Hi, I would like to work on this, should this thing only poll when the profile screen gets opened or should it still continue to poll in the background like it seems to do now?

@dignifiedquire
Copy link
Member Author

Looking forward to it :) below a hopefully better description of what should ideally happen

  • It should not poll while the window is hidden to minimize the background activity when not used.
  • On window show it should update, and then start the polling.
  • When the window is closed the polling should be stopped

@daviddias daviddias removed this from the 1.0.0 milestone Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue
Projects
None yet
Development

No branches or pull requests

3 participants