• Robert Knight's avatar
    Restructure Redux store directory tree · 8bb28c60
    Robert Knight authored
    Following the plan outlined in #687, restructure the Redux store as
    follows:
    
     - Move the entry point from `services/annotation-ui.js` to `store/index.js`
     - Move the modules which define bundles of reducers, action creators
       and selectors to `store/modules/{module-name}.js`
     - Move related utility code to `store/{module-name}.js`
    8bb28c60
Name
Last commit
Last update
..
test Loading commit data...
annotations.js Loading commit data...
frames.js Loading commit data...
index.js Loading commit data...
links.js Loading commit data...
selection.js Loading commit data...
session.js Loading commit data...
viewer.js Loading commit data...