agent-zero/plugins/_office/webui/main.html
Alessandro 0c08fa65f3 Reduce Office to document ownership
Keep _office focused on document artifacts, Markdown sessions, LibreOffice-compatible file actions, and document persistence. Route binary document editing through explicit Desktop requests instead of cold-opening the live Desktop surface from artifact results.
2026-05-07 00:15:15 +02:00

11 lines
315 B
HTML

<html class="office-modal">
<head>
<title>Documents</title>
<script type="module">
import { store } from "/plugins/_office/webui/office-store.js";
</script>
</head>
<body class="office-modal-body">
<x-component path="/plugins/_office/webui/office-panel.html" mode="modal"></x-component>
</body>
</html>