(#3) - templating

This commit is contained in:
Martin Slachta
2026-06-14 07:16:13 +02:00
parent f4d3972d07
commit 8e264b8892
32 changed files with 870 additions and 126 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
import './client.js';
// The client bundle (custom elements, form sender, client styles) is loaded
// separately under the shared `rsv-client` handle — see rsv_enqueue_admin_assets.
// Bundling it here too would run customElements.define() twice in the editor.
import '../assets/css/RsvAdminStyle.css';
import { RsvDataGrid } from '../assets/js/elements/RsvDatagrid.js';