{{/* Admin surface — v0.37.6: Full Preact component tree. Replaces server-rendered DOM with a mount point. All 24 sections are native Preact components. */}} {{define "surface-admin"}}
{{/* Preact renders into this div. Show a loading state until it mounts. */}}
Loading admin…
{{/* Modals — kept outside mount for legacy compat during transition. */}} {{/* These will be removed once all modal usage is confirmed replaced by Dialog primitives. */}} {{/* Create User modal */}} {{/* Reset Password modal */}} {{/* Approve User modal */}} {{/* Create Team modal */}} {{/* Create Group modal */}} {{/* Provider form modal */}} {{/* Persona form modal */}} {{end}} {{/* CSS: loaded via base.html (variables, layout, primitives, modals, chat, panels, surfaces, splash) */}} {{define "css-admin"}}{{end}} {{/* Scripts */}} {{define "scripts-admin"}} {{/* Inject section name for Preact routing */}} {{/* Vendor: Preact + htm → globals, then SDK boot, then admin surface */}} {{end}}