From 76faa10d0630a8b6289189fef50e323045a91620 Mon Sep 17 00:00:00 2001 From: Rob Bond Date: Tue, 12 May 2026 11:23:05 +0100 Subject: [PATCH] docs: mark Custom Poll Interval as done in backlog Co-Authored-By: Claude Opus 4.7 --- backlog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/backlog.md b/backlog.md index 9b0abb1..c418d47 100644 --- a/backlog.md +++ b/backlog.md @@ -14,14 +14,16 @@ - Browser session cookies handle Proxmox auth automatically in new tab. - **Status: done (merged to main)** -## Quick Wins (low effort, high value) - ### Manual Refresh - Button in dashboard header that calls `mutate()` on all SWR caches - **Status: done (merged to main)** ### Custom Poll Interval -- Input field in header to adjust `refreshInterval` instead of env-only config +- Number input in header (milliseconds) that updates polling in real-time. +- Replaced SWR polling with a manual `setInterval` effect. +- **Status: done (merged to main)** + +## Quick Wins (low effort, high value) ### Group by Node - Collapse/expand VMs/LXCs by node with toggle