Commit Graph
144 Commits
Author SHA1 Message Date
lix-2026 863e68b126 refactor: extract mindmap fetch helpers 2026-05-25 09:38:50 +08:00
lix-2026 812504924f refactor: extract filetree document workspace preflight 2026-05-25 09:28:50 +08:00
lix-2026 c3b1aea30e refactor: normalize filetree upload target plans 2026-05-25 09:10:41 +08:00
lix-2026 f0c1757c9f refactor: extract filetree preflight helpers 2026-05-25 08:46:36 +08:00
lix-2026 6b39454caf refactor: reuse filetree selection runtime path 2026-05-25 07:58:32 +08:00
lix-2026 4eda7179cc refactor: externalize local folder watch marker 2026-05-25 06:55:35 +08:00
lix-2026 cff0c67cf9 refactor: add filetree sidebar snapshot helper 2026-05-25 06:47:54 +08:00
lix-2026 1e097a9597 refactor: extract dnd target and sidebar helpers 2026-05-25 04:16:35 +08:00
lix-2026 9798888909 refactor: extract filetree projection helpers 2026-05-25 04:02:36 +08:00
lix-2026 33ac2d927c refactor: delegate filetree asset append 2026-05-25 03:14:54 +08:00
lix-2026 fa3dc76d53 refactor: delegate filetree upload fallback 2026-05-25 02:55:45 +08:00
lix-2026 d22c45dfa5 refactor: delegate media asset upload runtime 2026-05-25 02:24:48 +08:00
lix-2026 fda2224b6f refactor: delegate upload files orchestration 2026-05-25 02:00:34 +08:00
lix-2026 715ee4c602 refactor: extract media upload runtime helper 2026-05-25 01:52:11 +08:00
lix-2026 a0115ecd77 refactor: delegate uploaded asset insertion runtime 2026-05-25 01:28:15 +08:00
lix-2026 ac15424328 refactor: externalize upload and conflict helpers 2026-05-25 01:13:08 +08:00
lix-2026 e1484f4cc0 refactor: move upload fetch timeout helper 2026-05-25 00:59:49 +08:00
lix-2026 ec623c9a82 refactor: externalize filetree selection runtime 2026-05-25 00:37:47 +08:00
lix-2026 2f01dc3a2e refactor: externalize filetree runtime helpers 2026-05-25 00:22:08 +08:00
lix-2026 437c690a39 refactor: externalize editor upload context 2026-05-24 23:43:22 +08:00
lix-2026 0a03572601 refactor: externalize local upload helpers
Add local-upload-runtime.js as a browser runtime module for upload and attachment helper functions, with sidebar fallback wrappers and a fixed runtime asset route.

While validating task479, fix the editor attachment delete path so DOM-selected local attachment links are mapped back to a Tiptap text selection before delete_selection(), preserving undo history and adjacent links.
2026-05-24 22:42:53 +08:00
lix-2026 db7c3cb319 refactor: externalize tree live controller 2026-05-24 21:35:21 +08:00
lix-2026 b61b56b5b5 design: plan browser runtime extraction 2026-05-24 21:03:33 +08:00
lix-2026 289a44acea fix: drop files on markdown row into same folder 2026-05-24 13:59:54 +08:00
lix-2026 36eac664f2 complete local markdown resource lifecycle contract 2026-05-24 03:22:03 +08:00
lix-2026 6df74fb4e0 fix local markdown resource missing tabs and title setting 2026-05-24 03:01:34 +08:00
lix-2026 ae6bbc9656 fix local folder upload intent contract 2026-05-24 02:34:52 +08:00
lix-2026 6d9d8ce9cd fix local folder resource lifecycle and workspace switch 2026-05-24 02:23:48 +08:00
lix-2026 97953101a2 fix local folder resource lifecycle 2026-05-24 01:49:51 +08:00
lix-2026 5f97800489 chore: align local-first control plane and editor fixes
- wire SQLite control-plane access/session paths into Rust web local-folder routes

- preserve local Markdown attachment semantics across upload, reload, and secondary-pane resource tabs

- refresh design governance docs, Reasonix task templates, and bug records

- retire root .mcp.json local MCP config
2026-05-23 23:38:42 +08:00
lix-2026 47e224d419 chore: align sqlite control plane architecture
- replace default Convex control-plane wording with Rust SQLite control-plane across architecture, AGENTS, Reasonix, and design docs

- retire root Convex functions source and deploy script into recycle while keeping explicit cloud/compat/sync-replica boundaries

- add control-plane migration guard/docs and keep CodeGraph refreshed after the SQLite control-plane cutover
2026-05-22 17:45:22 +08:00
lix-2026 531e845600 fix auth registration and access management ui 2026-05-22 01:47:40 +08:00
lix-2026 fdb20300e9 advance 1-8 post-mvp execution batches 2026-05-21 23:53:39 +08:00
lix-2026 cc91a56603 batch E: close tail checks and refresh smoke evidence 2026-05-21 17:15:28 +08:00
lix-2026 1e8f5c5816 fix: 让 filetree 右键删除复用批量选择 2026-05-21 15:57:28 +08:00
lix-2026 dc18ec0a60 fix: 收口批次D并修复本地垃圾箱清空 2026-05-21 15:45:11 +08:00
lix-2026 83ad32dd67 fix: 修复本地文件夹垃圾箱恢复聚焦 2026-05-21 14:39:38 +08:00
lix-2026 1956a8a21a chore: align mvp design governance
- 统一 local-first MVP 后阶段架构口径,补充 process 执行总序和 Reasonix 协作记录

- 归档已完成的 design checklist,标注参考型 process,更新 AGENTS/REASONIX/架构文档

- 补充文件树/主编辑器下载与上下文菜单相关实现、bug 记录和 smoke 脚本

验证:git diff --check;codegraph sync .;cargo test -p mnote-web;node --check scripts/task476-filetree-editor-context-menu-download-smoke.js
2026-05-21 09:04:13 +08:00
lix-2026 fd94792ea6 align workbench open editors tabs 2026-05-21 05:57:19 +08:00
lix-2026 eba1010191 fix local office resource editing
- add local-folder OnlyOffice sign/callback writeback and edit-tab handling

- align main resource tabs, attachment edit menu, slash isolation, and filetree context behavior

- record Sidex/Hermes gap reviews and Reasonix task checklists
2026-05-21 05:40:06 +08:00
lix-2026 a29d9868f6 收口工作台资源 tab 与本地文件树 P1 2026-05-20 21:45:11 +08:00
lix-2026 fe13444dbc Close workbench P0 resource lifecycle gaps 2026-05-20 20:48:18 +08:00
lix-2026 e0b0e70fb8 Complete workbench P0 resource tab cutover 2026-05-20 20:13:24 +08:00
lix-2026 acf1305a7e Align resource tabs with workbench review 2026-05-20 19:04:05 +08:00
lix-2026 4c62ea7e35 fix: repair resource tab and slash menu regressions 2026-05-20 17:47:09 +08:00
lix-2026 bbd9dab701 fix: allow returning from resource tabs 2026-05-20 17:00:17 +08:00
lix-2026 bdc05c1d27 fix: open markdown attachments in resource tabs 2026-05-20 16:37:05 +08:00
lix-2026 0c532b2953 fix: suppress local create watcher conflict 2026-05-20 16:16:42 +08:00
lix-2026 03173e2363 feat: add main editor resource tabs 2026-05-20 14:20:48 +08:00
lix-2026 322c7ffdce fix: open local uploaded resources 2026-05-20 12:58:29 +08:00