• Robert Knight's avatar
    Move real-time update state to store · 343237bb
    Robert Knight authored
    Move state related to received-but-not-yet-applied annotation updates
    ("pending updates") and deletions from the `streamer` service to a new
    `real-time-updates` module in the store.
    
    This will make it possible for React-based UI to reflect this state and
    update when it changes. It also removes some usage of Angular-specific
    logic (`$rootScope`) from the streamer service.
    
    Applying pending updates still requires a call to the
    `applyPendingUpdates` method of the streamer because that currently
    needs to trigger side effects and dispatches Angular events.
    
     - Move `pendingUpdates` and `pendingDeletions` local variables in
       streamer to `real-time-updates` store module
    
     - Replace calls to `store.{countPendingUpdates, hasPendingDeletion}`
       with calls to the store instead
    
     - Call store/streamer methods related to real-time updates directly
       from `<top-bar>` instead of passing it down from `<hypothesis-app>`.
    
       The `<top-bar>` component is not likely to be used outside the app,
       so there is no benefit to the indirection
    343237bb
Name
Last commit
Last update
..
annotation-header-test.js Loading commit data...
annotation-publish-control-test.js Loading commit data...
annotation-share-dialog-test.js Loading commit data...
annotation-test.js Loading commit data...
annotation-thread-test.js Loading commit data...
annotation-user-test.js Loading commit data...
annotation-viewer-content-test.js Loading commit data...
excerpt-test.js Loading commit data...
group-list-item-test.js Loading commit data...
group-list-section-test.js Loading commit data...
group-list-test.js Loading commit data...
help-link-test.js Loading commit data...
help-panel-test.js Loading commit data...
hypothesis-app-test.js Loading commit data...
login-control-test.js Loading commit data...
markdown-test.js Loading commit data...
menu-item-test.js Loading commit data...
menu-section-test.js Loading commit data...
menu-test.js Loading commit data...
moderation-banner-test.js Loading commit data...
new-note-btn-test.js Loading commit data...
search-input-test.js Loading commit data...
search-status-bar-test.js Loading commit data...
selection-tabs-test.js Loading commit data...
share-dialog-test.js Loading commit data...
sidebar-content-error-test.js Loading commit data...
sidebar-content-test.js Loading commit data...
sidebar-tutorial-test.js Loading commit data...
sort-menu-test.js Loading commit data...
spinner-test.js Loading commit data...
stream-content-test.js Loading commit data...
svg-icon-test.js Loading commit data...
tag-editor-test.js Loading commit data...
thread-list-test.js Loading commit data...
timestamp-test.js Loading commit data...
top-bar-test.js Loading commit data...
user-menu-test.js Loading commit data...