Commit Graph
95 Commits
Author SHA1 Message Date
lix-2026 39b9a0183a feat: consolidate local-first mnote web runtime 2026-05-28 22:01:44 +08:00
lix-2026 e43efacbce Implement sidebar tree view state persistence 2026-05-27 16:32:05 +08:00
lix-2026 c01dc2dea2 Fix local filetree page tree open performance 2026-05-27 12:53:55 +08:00
lix-2026 3ae33cc21d Improve local filetree view state and sidebar performance 2026-05-27 11:31:12 +08:00
lix-2026 58e2fdb5d8 Fix local folder title option refresh race 2026-05-26 17:24:05 +08:00
lix-2026 2c7a91e1fb Fix local markdown title option persistence 2026-05-26 16:47:03 +08:00
lix-2026 f961c1e2a1 Fix filetree SSR tab selection 2026-05-26 14:34:47 +08:00
lix-2026 4744757883 Optimize local folder file tree lazy loading 2026-05-26 12:30:01 +08:00
lix-2026 8cd8b44db3 fix: stabilize local attachment icons and office proxy urls 2026-05-26 09:44:35 +08:00
lix-2026 85914cd4e1 refactor: split sidebar settings and slash menu view 2026-05-26 04:17:52 +08:00
lix-2026 a8bc87173f refactor: split editor mount and sidebar page ai 2026-05-26 04:01:52 +08:00
lix-2026 c65135f7ed refactor: split tree shell renderer 2026-05-26 03:51:06 +08:00
lix-2026 0f0e37ed54 refactor: split tree shell filetree dnd 2026-05-26 03:42:03 +08:00
lix-2026 72ffa5377d refactor: split tree shell filetree menu 2026-05-26 03:35:10 +08:00
lix-2026 fb1575b4eb refactor: split tree shell dom runtime 2026-05-26 03:02:15 +08:00
lix-2026 40c51c5cc6 refactor: split tree shell picker runtime 2026-05-26 02:56:16 +08:00
lix-2026 19642cdd7b refactor: split tree shell filetree helpers 2026-05-26 02:53:12 +08:00
lix-2026 b8a067ce9f refactor: split tree shell state runtime 2026-05-26 02:48:30 +08:00
lix-2026 e76fa437a3 refactor: split tree shell icon runtime 2026-05-26 02:46:02 +08:00
lix-2026 d47a7d80ee refactor: split tree shell page runtime 2026-05-26 02:42:07 +08:00
lix-2026 c5e0396eba refactor: split sidebar page tree runtime 2026-05-26 02:35:08 +08:00
lix-2026 bc3b199c32 refactor: split sidebar filetree upload runtime 2026-05-26 02:27:08 +08:00
lix-2026 7909b3f9be refactor: split sidebar filetree command runtime 2026-05-26 02:20:46 +08:00
lix-2026 7816ab7ae2 refactor: split sidebar attachment open runtime 2026-05-26 02:05:36 +08:00
lix-2026 34f2d5280a refactor: split sidebar filetree open runtime 2026-05-26 01:58:00 +08:00
lix-2026 f2d4ec8086 refactor: split sidebar tree live apply runtime 2026-05-26 01:51:07 +08:00
lix-2026 5a18631af8 refactor: split sidebar workspace runtime 2026-05-26 01:31:28 +08:00
lix-2026 ff9a779a6c refactor: split document session runtime 2026-05-26 01:23:27 +08:00
lix-2026 87a4a92c35 refactor: split document resource tab runtime 2026-05-26 01:15:28 +08:00
lix-2026 ee5aeb45be refactor: split document mindmap host runtime 2026-05-26 01:03:04 +08:00
lix-2026 77244eec7e refactor: split document slash positioning runtime 2026-05-26 00:54:54 +08:00
lix-2026 6197ca5d3a refactor: split document pane runtime 2026-05-26 00:47:51 +08:00
lix-2026 b4d7360cd7 refactor: split document tiptap conversion runtime 2026-05-26 00:44:07 +08:00
lix-2026 990df30a0f refactor: externalize document editor adapter runtime 2026-05-26 00:35:35 +08:00
lix-2026 36a5a0dc3a test: restore mnote-web lib baseline 2026-05-25 23:34:03 +08:00
lix-2026 e90b8cb632 refactor: split sidebar shell runtime 2026-05-25 22:56:16 +08:00
lix-2026 d84da5583b feat: sidebar runtime extraction + history-safe commands + checklist updates 2026-05-25 17:36:17 +08:00
lix-2026 0245b09301 refactor: extract conflict panel host mount helper 2026-05-25 08:38:05 +08:00
lix-2026 3361a5e1b1 refactor: extract editor dnd helpers 2026-05-25 03:05:57 +08:00
lix-2026 61727e17b1 refactor: extract conflict diff panel runtime 2026-05-25 02:44:19 +08:00
lix-2026 2f2220a060 refactor: extract conflict panel dom helper 2026-05-25 01:35:19 +08:00
lix-2026 ac15424328 refactor: externalize upload and conflict helpers 2026-05-25 01:13:08 +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 c3fbadb456 refactor: externalize tree shell runtime 2026-05-25 00:05:30 +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 9c4bb58257 fix: align local markdown conflict and title behavior 2026-05-24 18:16:05 +08:00
lix-2026 6df74fb4e0 fix local markdown resource missing tabs and title setting 2026-05-24 03:01:34 +08:00