perf(web): pause dashboard refresh when inactive #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-client-lifecycle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a client-side dashboard refresh lifecycle helper and wires the app refresh loop through it.
Why
Hidden or offline browser tabs should not keep polling dashboard shell and tile endpoints, and stale in-flight requests should be cancelled when a newer refresh starts.
Changes
Testing
Notes