-
- Downloads
implement basic annotation state referenced by canvasId
Showing
- __tests__/src/actions/annotation.test.js 110 additions, 0 deletions__tests__/src/actions/annotation.test.js
- __tests__/src/reducers/annotations.test.js 75 additions, 0 deletions__tests__/src/reducers/annotations.test.js
- src/state/actions/action-types.js 4 additions, 0 deletionssrc/state/actions/action-types.js
- src/state/actions/annotation.js 67 additions, 0 deletionssrc/state/actions/annotation.js
- src/state/actions/index.js 1 addition, 0 deletionssrc/state/actions/index.js
- src/state/reducers/annotations.js 42 additions, 0 deletionssrc/state/reducers/annotations.js
- src/state/reducers/index.js 1 addition, 0 deletionssrc/state/reducers/index.js
- src/state/reducers/rootReducer.js 2 additions, 0 deletionssrc/state/reducers/rootReducer.js
__tests__/src/actions/annotation.test.js
0 → 100644
__tests__/src/reducers/annotations.test.js
0 → 100644
src/state/actions/annotation.js
0 → 100644
src/state/reducers/annotations.js
0 → 100644
Please register or sign in to comment