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
0effcefe06 refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
vicky
d56c6e365e fix(sidebar): tighten note-only states 2026-05-05 12:39:14 -04:00
vicky
9994fccc62 refactor 2026-05-04 15:40:03 -04:00
vicky
519c8b4fcd Release 2.0.56 2026-04-30 01:25:16 -04:00
vicky
4a02abf60f Lighten local sidebar resolve delete and move actions 2026-04-23 16:33:53 -04:00
vicky
3e6a821169 Reduce draft open flash and darken note toolbar 2026-04-22 00:30:41 -04:00
vicky
86c1c2ae3d sidebar: keep thread nested toggles visible 2026-04-20 14:52:46 -04:00
vicky
e40233041b sidebar: refine threaded editing and nested controls 2026-04-20 13:36:38 -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
vicky
e8d64c41a9 Polish sidebar index behavior and dev reload flow 2026-04-05 11:28:32 -04:00
vicky
2197d9b487 refactor: ship 1.0.18 beta 2026-03-31 00:32:58 -04:00