1. 20 Apr, 2018 4 commits
    • Robert Knight's avatar
      Merge pull request #724 from hypothesis/fix-focused-group-comparison · 6dc6a8d0
      Robert Knight authored
      Fix group focus change checks
      6dc6a8d0
    • Robert Knight's avatar
      Fix group focus change checks · 8a05a367
      Robert Knight authored
      The focused group change check had several issues:
      
       - The `prevFocused` variable was not updated after the focused group
         changed, so the `GROUP_FOCUSED` event was emitted every time the app
         state changed.
      
       - Groups were compared by reference rather than by ID, which means that
         a change which modified a property of the group but not its ID would
         cause the event to fire.
      
      The first issue made it impossible to create annotations because the
      unnecessary `GROUP_FOCUSED` event triggered a cascade of reactions which
      crashed the app.
      8a05a367
    • Robert Knight's avatar
      v1.80.0 · cfe352ba
      Robert Knight authored
      cfe352ba
    • Robert Knight's avatar
      Update change log · 6f0a5afb
      Robert Knight authored
      6f0a5afb
  2. 19 Apr, 2018 5 commits
  3. 18 Apr, 2018 1 commit
  4. 17 Apr, 2018 5 commits
  5. 16 Apr, 2018 3 commits
  6. 13 Apr, 2018 5 commits
  7. 12 Apr, 2018 3 commits
  8. 10 Apr, 2018 2 commits
    • Robert Knight's avatar
      Update groups service to use groups Redux module · 6585c54e
      Robert Knight authored
      Update the groups service to use the Redux store for storing and reading
      groups state instead of storing it internally in private variables.
      6585c54e
    • Robert Knight's avatar
      Add store module for groups · e61711b9
      Robert Knight authored
      Add a Redux module that stores state related to groups, including the
      currently focused group and the list of all known groups.
      
      This is an initial step towards moving this state from the groups
      service into the store, which will make reacting to changes in the set
      of loaded groups, or the focused group, easier.
      e61711b9
  9. 06 Apr, 2018 9 commits
  10. 05 Apr, 2018 1 commit
  11. 04 Apr, 2018 1 commit
  12. 29 Mar, 2018 1 commit