perf(ui): scale realtime node monitoring - #339
Conversation
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2ed49b37f7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| uptime_secs: current.snapshot?.uptime_secs ?? 0, | ||
| disks: current.snapshot?.disks ?? [], | ||
| network: current.snapshot?.network ?? { |
There was a problem hiding this comment.
Preserve polling for fields omitted from summaries
When a detail page remains open after its initial REST load, every WebSocket update explicitly retains the old uptime, disk, network, swap, and 5/15-minute load values because NodeListItem does not carry those fields. Since this commit also removes store.refresh() from the five-second polling callback, the hardware and network panels display those initial values indefinitely even while CPU, memory, and latency continue updating; keep a periodic full-status refresh or expand the realtime payload to include every displayed field.
Useful? React with 👍 / 👎.
Summary
Verification
Closes #259
Closes #261
Closes #314