1. 22 Apr, 2019 1 commit
  2. 20 Apr, 2019 8 commits
  3. 19 Apr, 2019 1 commit
  4. 18 Apr, 2019 1 commit
  5. 17 Apr, 2019 2 commits
    • Hannah Stepanek's avatar
      Merge pull request #1070 from hypothesis/faster-group-selectors · a63ef4a6
      Hannah Stepanek authored
      Make group selectors more efficient
      a63ef4a6
    • Robert Knight's avatar
      Make group selectors more efficient · ea09632a
      Robert Knight authored
      Ensure that selectors for getting the "My groups", "Currently viewing
      groups" and "Featured groups" lists only recompute when the groups state
      changes. Previously they would have recomputed when _any_ part of the state changed.
      
      More generally, we should be using `createSelector` rather than
      `memoize` whenever we have a place in the app that needs to extract a subset
      of data from some larger structure and derive some data from that.
      ea09632a
  6. 15 Apr, 2019 10 commits
  7. 11 Apr, 2019 5 commits
  8. 10 Apr, 2019 11 commits
  9. 09 Apr, 2019 1 commit
    • Hannah Stepanek's avatar
      Add test group with scopes attribute · 3a998e6b
      Hannah Stepanek authored
      Previously, a test that should have failed passed when uri=null, because
      none of the test groups had uri patterns to check against. Make the
      test groups more realistic by adding in the scopes attribute for at
      least one of them.
      3a998e6b