refactor: split document pane runtime

This commit is contained in:
lix-2026
2026-05-26 00:47:51 +08:00
parent b4d7360cd7
commit 6197ca5d3a
5 changed files with 199 additions and 146 deletions
@@ -119,7 +119,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib routes::tests::mno
拆分项:
- [ ] B1. `document-pane-runtime.js`secondary pane URL、pane resize、pane close、pane runtime registry。
- [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。