• v1.9 478f5928d4

    Fix dashboard settings panel closing on auto-refresh

    mchus released this 2026-05-21 22:03:58 +03:00 | 0 commits to main since this release

    Replace full innerHTML re-render with incremental DOM updates:

    • renderedDisks map tracks what's already in the DOM
    • On refresh: only update diskProgress_KEY and diskBtns_KEY elements
    • Full card re-render only on first appearance or state/disk_id change
    • If an edited disk disconnects: toast error, panel removed cleanly
    • openPanels Set persists panel open state across partial updates

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads