refactor: split tree shell filetree helpers

This commit is contained in:
lix-2026
2026-05-26 02:53:12 +08:00
parent b8a067ce9f
commit 19642cdd7b
6 changed files with 206 additions and 172 deletions
@@ -206,7 +206,7 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib ssr::pages::layout
- [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。
- [x] D3. `tree-shell-filetree-runtime.js`filetree row normalization、resource meta、open target。
- [ ] D4. `tree-shell-picker-runtime.js`picker search/focus/pick root。
- [ ] D5. `tree-shell-dom-runtime.js`DOM patch/render helpers。
- [x] D6. `tree-shell-icons-runtime.js`icon templates 和 resource kind badge。