Use AJAX/XHR to fetch new data every x intervals.
Created by: aekanshd
Is your feature request related to a problem? Please describe. Being a web developer, I assumed the website updates realtime. Having the network tab opened for 15 minutes, there was no XHR call made which forced me to do a manual refresh.
Describe the solution you'd like Have a Last Local Refresh counter, and make the website pull new data every "x" intervals.
Describe alternatives you've considered We could do away with the counter, but it is usually helpful to know the last fetch.
Additional context None.