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

Refresh RAM chart data every X minutes #219

Open
aaroncox opened this issue Nov 14, 2024 · 1 comment
Open

Refresh RAM chart data every X minutes #219

aaroncox opened this issue Nov 14, 2024 · 1 comment

Comments

@aaroncox
Copy link
Member

The rest of the RAM page is live updating over time, and I think it'd be nice if the chart did the same.

Maybe we can have the page every few minutes call the API endpoint for the chart, and refresh that data? Then live update the chart as it exists on the page.

This way if you come back to a tab that's been sitting open for a while, it'll have current price data.

@deansallinen
Copy link
Contributor

I'm thinking we could use a service worker and keep it running in the background for this and for other continually refreshing data (network, account)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants