lix-2026
|
f292c6710a
|
feat: EditorRuntimeActor - 三层缓存/delta/事件架构
Phase A — EditorRuntimeActor 内存缓存层
- 新增 editor_actor.rs: EditorBlockDocument 内存态 + apply_command + load_or_init
- block.rs 四个写工具(replace/insert/delete/move)接入 actor 路径
- editor_actor feature flag(MNOTE_WEB_ENABLE_EDITOR_ACTOR=true 默认开启)
- bridge-runtime 三个核心函数公开化
- rust-toolchain: 1.89 → stable(修复 spike WASM 编译阻塞)
Phase B — 编辑器增量 delta channel
- BlockDelta/DeltaOperation 类型 + actor.build_block_delta()
- leptos-tiptap spike: mnote:editor:block-delta CustomEvent 监听 + JSON patch
- DocumentAiAgentPanel: 拦截 blockDelta → window dispatchEvent
- 工具响应含 blockDelta 字段供前端消费
Phase C — 事件 stream delta
- broadcast channel 在 AppState/actor/SSE 三层贯通
- tree_events SSE 端点发 block.delta 事件
- 旧客户端降级兼容
环境修复
- rustc recursion_limit = 1024(修复 Leptos SSR 类型深度溢出)
- run-convex-deploy.js(封装 Convex function 部署到本地后端 3210)
ref: design/07-ai/process/7-13-page-block-editor-runtime-actor-v1.md
|
2026-05-16 22:03:30 +08:00 |
|
lix-2026
|
384da4e44c
|
feat(tree): checkpoint resource lifecycle work
提交当前顶层 mnote Git 工作区,范围集中在 04-tree-domain 的 resource/trash/filetree 生命周期、mnote-web resource_trash 路由、Convex/Next 兼容接口、sidebar/file-tree 客户端适配、smoke 脚本与对应设计/bug 记录。
不包含被 ignore 的 design/05-editor-mainline/reference-code/leptos-tiptap 嵌套仓库改动。新增 smoke 的测试密码改为运行时读取 MNOTE_E2E_PASSWORD,避免提交明文 credential assignment。
|
2026-05-16 07:38:45 +08:00 |
|
lix-2026
|
0e6cf5cf13
|
feat: simplify page ai drawer ui
|
2026-05-15 03:32:54 +08:00 |
|
lix-2026
|
0fc9fa7551
|
feat: complete page ai hermes control checklist
|
2026-05-14 18:24:30 +08:00 |
|
lix-2026
|
f257b2a014
|
feat: expand page ai hermes control surface
|
2026-05-14 17:04:17 +08:00 |
|
lix-2026
|
9816035491
|
feat(ai): switch page ai to hermes panel
|
2026-05-14 15:10:33 +08:00 |
|
lix-2026
|
b7dddd2a66
|
fix: 修复 Rust OnlyOffice 附件打开链路
|
2026-05-11 08:27:52 +08:00 |
|
lix-2026
|
d148e1ccc2
|
feat: 收口本地文件夹入口并推进 page aggregate rust-first
- 为 Rust Web 主入口补齐本地文件夹/云空间切换、最近目录与路径回填体验\n- 对齐 local markdown media 与 inline marks 的 Rust shell / TipTap converter 语义\n- 让 documents/page 优先消费 Rust page aggregate snapshot,并保留 TS fallback\n- 补强 tree live、local markdown 与主入口 smoke,并同步设计稿状态
|
2026-05-09 19:05:06 +08:00 |
|
lix-2026
|
3d5e0c9d5a
|
feat: finish rust web dual pane document shell
|
2026-05-08 23:15:00 +08:00 |
|
lix-2026
|
c620b9e40c
|
checkpoint before gfm ast parser design
|
2026-05-08 00:41:03 +08:00 |
|
lix-2026
|
e8ba12e461
|
收口 Rust Web 入口与 AI 写入链
- 将 3000 主入口继续收口到 mnote-web,补齐 /favicon.ico、/api/auth、session alias、AI run 等 Rust Web 路由边界。
- 更新登录页与 Convex Auth 代理,支持测试账号快速登录写入真实 Convex Auth cookie。
- 推进页面设置、Wolai 对齐、Phase 7 AI kernel/CLI-first 设计文档与相关 smoke 脚本。
- 更新 leptos-tiptap 生成资产、mnote-cli/bridge-runtime、前端依赖和 dev/prod 启动脚本。
|
2026-05-06 21:44:20 +08:00 |
|
lix-2026
|
7565976810
|
fix editor block handle and menu parity
|
2026-04-30 21:50:40 +08:00 |
|
lix-2026
|
2b88ecb4b9
|
对齐 Wolai 编辑器搜索与文档画布
|
2026-04-30 18:36:50 +08:00 |
|
lix-2026
|
afb2a5b8a0
|
对齐 Wolai 侧栏体验并收拢设计入库
|
2026-04-30 16:18:54 +08:00 |
|
lix-2026
|
8c895b3dc0
|
收敛树命令与投影切换
|
2026-04-30 06:58:17 +08:00 |
|
lix-2026
|
3cc090ba5e
|
Implement Rust web sidebar title and tree interactions
|
2026-04-30 05:46:36 +08:00 |
|
lix-2026
|
6ddc95412c
|
fix: align rust web stitch sidebar tabs
|
2026-04-29 16:23:49 +08:00 |
|
lix-2026
|
33ddda9dfd
|
fix: relink rust web tree editor runtime
|
2026-04-29 14:36:24 +08:00 |
|
lix-2026
|
048fe28a4d
|
feat: cut over rust web main shell
|
2026-04-29 12:24:44 +08:00 |
|