- 06 Apr, 2018 3 commits
-
-
Robert Knight authored
-
Robert Knight authored
Remove the need to alias the `Adder` instance to `self` by using arrow-functions.
-
Robert Knight authored
This commit and the next few refactor `Adder` to a "proper" class for easier readability.
-
- 05 Apr, 2018 1 commit
-
-
Robert Knight authored
Add `expand` param to all groups.list requests
-
- 04 Apr, 2018 1 commit
-
-
Lyza Danger Gardner authored
-
- 29 Mar, 2018 4 commits
-
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
Minor bug fix
-
Robert Knight authored
-
- 27 Mar, 2018 4 commits
-
-
Sean Hammond authored
Move date, time & retry utility code to `util/` dir
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
Pdf subframe annotation
-
- 26 Mar, 2018 3 commits
-
-
Josh Bird authored
-
Robert Knight authored
As per #648, move several modules containing utility functions which have no dependencies on other code to `src/sidebar/util`.
-
Sean Hammond authored
Rename "annotationUI" => "store"
-
- 22 Mar, 2018 11 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
Robert Knight authored
Rename the fake/stub implementations of the Redux store used in various component and service tests.
-
Robert Knight authored
Update the name of the identifier used for the Redux store in various contexts, following the previous refactoring to move store-related code into `store/`.
-
Robert Knight authored
Move Redux modules and entry point to `store/` directory
-
Robert Knight authored
Changed background to selected element in PDF.js to visualize the searched content
-
Robert Knight authored
Remove reference to `group.url`
-
Robert Knight authored
Remove `group.public` property from annotation component
-
Robert Knight authored
Update icon for restricted groups in publish-annotation-button
-
- 21 Mar, 2018 7 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
Move away from `public` property in application components
-
Haritz Medina authored
-
Robert Knight authored
Keep the structure of having modules at higher layers (ie. with more transitive dependencies) in the app nearer the top of the list by moving the store registration to the bottom.
-
- 20 Mar, 2018 6 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
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`
-
Robert Knight authored
Move sidebar services to src/sidebar/services/
-