refactor: split tree shell state runtime

This commit is contained in:
lix-2026
2026-05-26 02:48:30 +08:00
parent e76fa437a3
commit b8a067ce9f
5 changed files with 86 additions and 52 deletions
@@ -204,7 +204,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib ssr::pages::layout
拆分项:
- [ ] D1. `tree-shell-state-runtime.js`state hydration、serialization、patch dispatch。
- [x] D1. `tree-shell-state-runtime.js`state hydration、serialization、patch dispatch。
- [x] D2. `tree-shell-page-runtime.js`page tree keyboard、expand、focus、drag/drop intent。
- [ ] D3. `tree-shell-filetree-runtime.js`filetree row normalization、resource meta、open target。
- [ ] D4. `tree-shell-picker-runtime.js`picker search/focus/pick root。