refactor: split document mindmap host runtime

This commit is contained in:
lix-2026
2026-05-26 01:03:04 +08:00
parent 77244eec7e
commit ee5aeb45be
5 changed files with 226 additions and 175 deletions
@@ -122,7 +122,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib routes::tests::mno
- [x] B1. `document-pane-runtime.js`secondary pane URL、pane resize、pane close、pane runtime registry。
- [x] B2. `document-tiptap-conversion-runtime.js`legacy block / inline content / marks 转 Tiptap document。
- [ ] B3. `document-resource-tab-runtime.js`resource tab registry、MRU、close guard、resource text/image/frame editor mount。
- [ ] B4. `document-mindmap-host-runtime.js`primary mindmap object shell、mindmap resource tab mount/unmount。
- [x] B4. `document-mindmap-host-runtime.js`primary mindmap object shell、mindmap resource tab mount/unmount。
- [x] B5. `document-slash-position-runtime.js`slash menu active root、positioning、mutation observer。
- [ ] B6. entrypoint 只负责读取 bootstrap、加载 runtime、装配各子模块。