Commit graph

13 commits

Author SHA1 Message Date
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
6cbb248e72 fix(index): ignore preview background clicks 2026-05-15 17:33:14 -04:00
vicky
8f33d8fc01 fix(index): ignore blank row clicks 2026-05-15 17:26:03 -04:00
vicky
592edb9797 fix(index): ignore stale leaf clicks 2026-05-15 17:00:11 -04:00
vicky
eea189e72c fix(index): sync selection without row flashes 2026-05-15 16:54:22 -04:00
vicky
0effcefe06 refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
vicky
12fae6b9f7 chore(release): 2.0.59 2026-05-05 04:58:39 -04:00
vicky
d8f9ee66bc fix(index): stabilize file-only view 2026-05-05 02:54:47 -04:00
vicky
9994fccc62 refactor 2026-05-04 15:40:03 -04:00
vicky
ebdb6d36ac Improve SideNote2 sync recovery and index folding 2026-05-02 00:00:29 -04:00
vicky
b57405848c fix: restore index sidebar click mapping 2026-04-23 00:59:51 -04:00
vicky
4da3617a20 release: 1.0.19 beta 2026-03-31 01:07:55 -04:00
vicky
2197d9b487 refactor: ship 1.0.18 beta 2026-03-31 00:32:58 -04:00