Commit graph

16 commits

Author SHA1 Message Date
vicky469
e94254ee2d feat(publish): add local Pages publishing
Add experimental Cloudflare Pages publishing through local Wrangler, pane-header publish actions, public HTML preview support, artifact safety checks, and state cleanup for rename/delete/unpublish flows.
2026-07-09 15:51:02 +08:00
vicky469
f98b450a04 feat: support PDF page notes 2026-07-03 21:41:37 +08:00
vicky469
0cdc6ca29d refactor(comments): remove resolved feature
Removes the resolved/unresolve comment feature entirely. Comments are
now always visible — there is no archived state or toggle.

- Removes `resolved?: boolean` from CommentThread, Comment, and all
  storage/normalization paths
- Removes resolveComment/unresolveComment from CommentManager,
  CommentMutationController, and public plugin API
- Removes shouldShowResolvedComments/setShowResolvedComments from
  session, mutation, and persistence controllers
- Removes sidebar resolve button, toolbar chip, and resolved empty
  states from AsideView
- Removes setThreadResolved sync event generation; keeps the op in the
  union type as a backward-compatible no-op so old stored events parse
  without error
- Deletes resolvedCommentVisibility.ts, commentSelectionVisibility.ts,
  and resolve-note-comment.mjs scripts
- Updates README to remove resolved feature mentions
- Updates all tests accordingly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 18:11:45 +08:00
vicky
c5e1b58621 feat(comments): remove matched anchors 2026-05-31 22:30:44 +08:00
vicky
0effcefe06 refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
vicky
295b84d840 Adjust draft focus and decoration refresh behavior 2026-05-04 22:08:21 -04:00
vicky
9994fccc62 refactor 2026-05-04 15:40:03 -04:00
vicky
3e6a821169 Reduce draft open flash and darken note toolbar 2026-04-22 00:30:41 -04:00
vicky
b230ae5c03 sidebar: place child append drafts after the clicked entry 2026-04-20 10:44:09 -04:00
vicky
bd4b09a656 release: 2.0.30 2026-04-19 03:35:50 -04:00
vicky
f30560dc64 feat: add codex agent mentions workflow 2026-04-18 18:45:46 -04:00
vicky
68f6f0acc9 Release 2.0.15 2026-04-15 01:27:20 -04:00
vicky
5e70fc84d4 Add sidebar thread reordering 2026-04-12 21:57:48 -04:00
vicky469
d1aa427568 Support threaded sidebar entry cards 2026-04-07 02:40:07 -04:00
vicky469
7547cb6db5 Refactor note comments from flat payloads to threaded entries 2026-04-06 22:47:22 -04:00
vicky
2197d9b487 refactor: ship 1.0.18 beta 2026-03-31 00:32:58 -04:00