• 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
.github Loading commit data...
bin Loading commit data...
dev-server Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
requirements Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.python-version Loading commit data...
HACKING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
codecov.yml Loading commit data...
gulpfile.mjs Loading commit data...
package.json Loading commit data...
pyproject.toml Loading commit data...
rollup-boot.config.mjs Loading commit data...
rollup-tests.config.mjs Loading commit data...
rollup.config.mjs Loading commit data...
tailwind-annotator.config.mjs Loading commit data...
tailwind-sidebar.config.mjs Loading commit data...
tailwind.config.mjs Loading commit data...
tox.ini Loading commit data...
tsconfig.json Loading commit data...
yarn.lock Loading commit data...