• Robert Knight's avatar
    Add app state to track number of API requests in flight · 70dd4ffe
    Robert Knight authored
    As part of the move away from AngularJS, we need to replace the current
    logic in the `<search-input>` component for determining whether any
    activity is happening in the app that should result in a loading
    indicator being shown.
    
    This commit adds a module to the store that holds activity-related state
    which can be used when rendering the UI.
    70dd4ffe
index.js 3.29 KB