mirror of
https://github.com/vicky469/aside.git
synced 2026-07-22 17:42:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| hooks | ||
| lib | ||
| append-note-comment-entry.mjs | ||
| check-release-artifacts.mjs | ||
| check-release-notes.mjs | ||
| create-note-comment-thread-with-children.mjs | ||
| create-note-comment-thread.mjs | ||
| generate-large-graph-fixture.mjs | ||
| install-built-plugin.mjs | ||
| install-bundled-skill.mjs | ||
| strip-side-note-links.mjs | ||
| update-note-comment.mjs | ||