5ba0f31767
- lib/state.py: per-subsystem collectors with versioned state store - daemon/server.py: state refresh on request, batch routing updates - webui/static/hoover/html.js: new html tag template helper via htm.js - webui/static/hoover/websocket.js: real-time state change notifications - webui/static/hoover/vdom.js: VDOM improvements for keyed diff - All frontend pages refactored to use html templates - Add tests for state management and polling - Update docs and AGENTS.md
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
import htm from '../../vendor/htm.js';
|
|
import { htmAdapter } from './vdom.js?v=7';
|
|
|
|
export const html = htm.bind(htmAdapter);
|