Commit 2983d26
feat(kernel-browser-runtime): add UI vat infrastructure with slot-based orchestration
Add UIOrchestrator for managing visible UI vat iframes in named slots,
enabling multiple caplet UIs to coexist in a structured layout.
- Add UIOrchestrator class with slot-based iframe management
- Add makeUIVatWorker factory for VatWorker interface
- Add <div id="root"> mounting point to vat/iframe.html
- Export SlotName type (currently 'main', extensible)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent d486a0d commit 2983d26
8 files changed
Lines changed: 1165 additions & 1 deletion
File tree
- packages/kernel-browser-runtime/src
- ui
- vat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
0 commit comments