Conversation
…rk unwrap Backend: add updated_at column to annotation_messages, set on edit, block DELETE on shared annotations. Frontend: per-message edit/delete with inline actions (Proposal C), shared annotation card visual redesign (shadow-based, tinted quote, no colored borders), fix clearHighlights DOM corruption when unwrapping nested/overlapping marks by processing innermost-first and deferring normalize(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
DrawerFile: download endpoints changed from GET to POST, update mocks and assertions. EditorUploadCompile: compile() is debounced, use fake timers to advance past the 500ms delay. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When an annotation's anchor text can no longer be found in the document,
the card now displays a warning banner ("Original text no longer found")
with an AlertTriangle icon and dashed border styling. Orphaned IDs are
tracked in DockableAnnotations and passed as a prop to Note.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rsm-studio-site canceled.
|
✅ Deploy Preview for rsm-studio-frontend ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The shared card redesign intentionally removed the Avatar from the header. Update the E2E test to match the new design. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
Needs human reviewWhat changed: Orphaned annotations now show a visual "Original text no longer found" warning banner with dashed border and reduced opacity. Per-message edit/delete buttons added to annotation cards. Shared card design overhauled (removed top border, added subtle shadow). Delete blocked on shared annotation messages (new 403). Review checklist:
What to look for:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
orphanedprop to Note componentTest plan
🤖 Generated with Claude Code