• Robert Knight's avatar
    Improve types of annotation values in several places · 711427e6
    Robert Knight authored
     - Introduce a `SavedAnnotation` type to represent annotations which
       have definitely been saved and an associated `isSaved` function to
       test. Use this as the type for several methods which used to
       implicitly assume they were passed a saved annotation.
    
       Calls to `isSaved` have also been added in several places to check
       that an annotation has been saved, although this should always have
       been the case in practice.
    
     - Add missing annotation types to various parameters in
       `AnnotationsService`
    711427e6
Name
Last commit
Last update
..
account-id-test.js Loading commit data...
annotation-metadata-test.js Loading commit data...
annotation-sharing-test.js Loading commit data...
annotation-user-test.js Loading commit data...
build-thread-test.js Loading commit data...
group-list-item-common-test.js Loading commit data...
group-organizations-test.js Loading commit data...
groups-test.js Loading commit data...
is-third-party-service-test.js Loading commit data...
permissions-test.js Loading commit data...
session-test.js Loading commit data...
tabs-test.js Loading commit data...
theme-test.js Loading commit data...
thread-annotations-test.js Loading commit data...
thread-sorters-test.js Loading commit data...
thread-test.js Loading commit data...
version-data-test.js Loading commit data...
view-filter-test.js Loading commit data...
visible-threads-test.js Loading commit data...