• Lyza Danger Gardner's avatar
    Add `$cluster` client property to annotation objects · 2d25a77e
    Lyza Danger Gardner authored
    This property is set when an annotation object is initialized in:
    
    * annotator: In `guest`, when a user creates a new annotation or highlight
      via the adder controls
    * sidebar: In the `annotations` store module when annotation objects are
      initialized before being added to the store
    
    This property is communicated between the sidebar and the annotator when
    exchanging annotation data. In the annotator, the value of this property
    is used to set an additional CSS class on drawn anchor highlights
    (`<hypothesis-highlight>` `span`s).
    
    The presence of this CSS class will allow subsequent differentiated styling
    for highlight clusters.
    2d25a77e
Name
Last commit
Last update
..
activity-test.js Loading commit data...
annotations-test.js Loading commit data...
defaults-test.js Loading commit data...
direct-linked-test.js Loading commit data...
drafts-test.js Loading commit data...
filters-test.js Loading commit data...
frames-test.js Loading commit data...
groups-test.js Loading commit data...
links-test.js Loading commit data...
real-time-updates-test.js Loading commit data...
route-test.js Loading commit data...
selection-test.js Loading commit data...
session-test.js Loading commit data...
sidebar-panels-test.js Loading commit data...
toast-messages-test.js Loading commit data...
viewer-test.js Loading commit data...