feat(ui): refresh layout, help assets, and panel styling

Update the main template and client scripts for the revised navigation
and zone/device panels, and add bundled help SVG assets under static.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-08 10:33:41 +12:00
parent 2382ef16a1
commit aab62efd4f
27 changed files with 1606 additions and 467 deletions

View File

@@ -938,7 +938,8 @@ document.addEventListener('DOMContentLoaded', () => {
});
if (!pushRes.ok) return;
}
editDeviceModal.classList.remove('active');
await loadDevicesModal();
refreshEditDeviceDebug();
});
}
if (editCloseBtn) {