feat: refine source sentences and add copy-id buttons on review rows - #397
Merged
Conversation
Follow-ups to the merge-context panel (#396): - send edge_type as the stringified list the backend's ast.literal_eval expects — the natural repeated-key form 400s - cards ordered sources-first/canonical-last from action_payload direction, matching the columns above (subject_ids order is fingerprint-sorted) - excerpts come only from prose properties (text > transcript > description > summary) — never from name/title labels — and are windowed to a few words around the subject's name, matched word-by-word with prefix stemming so inflections hit; literal \n and \uXXXX escapes in stored tweets are decoded; sources actually containing the name rank first and no-match fallbacks render dimmed with an explanatory tooltip - the name's words are highlighted inside each excerpt - every subject row in an expanded review gets a small copy-node-id button
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.
Follow-ups to the merge-context panel (#396):