feat: wire entry point, manifest, property inspectors, and assets

This commit is contained in:
2026-08-14 10:52:13 -06:00
parent c0e1ab8303
commit 17c8ef885f
13 changed files with 106 additions and 2 deletions
@@ -0,0 +1,18 @@
<!doctype html>
<html>
<head lang="en">
<meta charset="utf-8" />
<script src="sdpi-components.js"></script>
</head>
<body>
<sdpi-item label="Base URL">
<sdpi-textfield setting="baseUrl" value="http://localhost:9292" placeholder="http://host:port" />
</sdpi-item>
<sdpi-item label="API Key">
<sdpi-password setting="apiKey" placeholder="Optional" />
</sdpi-item>
<sdpi-item label="Model">
<sdpi-select setting="modelId" datasource="models" loading="Loading models…" hot-reload placeholder="Select a model" />
</sdpi-item>
</body>
</html>