-
Notifications
You must be signed in to change notification settings - Fork 6
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 polling on the dashboard to notify the user about new data available #116
Comments
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 9, 2021
wajda
added a commit
that referenced
this issue
Sep 10, 2021
wajda
added a commit
that referenced
this issue
Sep 10, 2021
wajda
changed the title
Add polling on the dashboard page to fetch new data automatically
Add polling on the dashboard to notify the user about new data available
Sep 10, 2021
wajda
added a commit
that referenced
this issue
Sep 16, 2021
* issue #116 Add polling on the dashboard page to fetch new data automatically * issue #116 Make polling only active when the page is visible * spline-ui-116 Simplify RxJS pipes - remove redundant explicit subject, replace `multicast + refCount` with `share`, replace unnecessary fallback stream with `EMPTY` in the `catchError`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The polling should be done in 5 second interval and only when the page is active.
The text was updated successfully, but these errors were encountered: