-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New: Emit annotation thread events to the viewer and beyond (#377)
Emits annotator and annotation thread specific events to the Viewer and Preview Annotator Events: - annotationmodeenter: Enter an annotation mode - annotationmodeexit: Exit an annotation mode - annotationsfetched: Annotations have been fetched from the API - annotationerror: Annotation error occurred Annotation Thread Events: - annotationpending: Thread was created but not saved - annotationthreadsaved: Annotation thread saved on the server - annotationthreaddeleted: Annotation thread deleted on the server - annotationsaved: Annotation saved on an existing thread on the server - annotationdeleted: Annotation deleted from an existing thread on the server - annotationdeleteerror: Error while deleting an annotation on either an existing/new thread - annotationcanceled: Annotation cancelled from posting on either an existing/new thread - annotationcreateerror: Error while creating an annotation on either an existing/new thread
- Loading branch information
Showing
19 changed files
with
917 additions
and
529 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.