You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a node is started, the stats won't refresh until you reload the page.
If the current page is open and it is active, we should refresh the stats periodically, maybe every 1s.
I think this would be done in componentDidMount with a setInterval and clearInterval when the page is closing.
The text was updated successfully, but these errors were encountered:
Continuing off of the work in:
brave/brave-core#7948
After a node is started, the stats won't refresh until you reload the page.
If the current page is open and it is active, we should refresh the stats periodically, maybe every 1s.
I think this would be done in componentDidMount with a
setInterval
andclearInterval
when the page is closing.The text was updated successfully, but these errors were encountered: