The home page was auto-refreshing every 60s, I think before ad544dc.
It's not refreshing automatically anymore, but the Refreshing in #s message is still there in the home page, and ad544dc says The manual 60-second setInterval auto-refresh is removed; React Query's staleTime (30 s) + refetchOnWindowFocus covers the same job., but OTOH, I think you said you didn't want some regular query.
So I'm not sure what the direction is, but either way, the behavior and the auto-refresh indicator should be consistent :)
The home page was auto-refreshing every 60s, I think before ad544dc.
It's not refreshing automatically anymore, but the
Refreshing in #smessage is still there in the home page, and ad544dc saysThe manual 60-second setInterval auto-refresh is removed; React Query's staleTime (30 s) + refetchOnWindowFocus covers the same job., but OTOH, I think you said you didn't want some regular query.So I'm not sure what the direction is, but either way, the behavior and the auto-refresh indicator should be consistent :)